@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  font-family: var(--c-defaultFF);
}

/****AACOMMON****/
body {
  font-family: var(--c-defaultFF);
  font-size: var(--c-normalFS);
  font-weight: var(--c-normalFW);
  color: var(--c-textColor);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--c-defaultFF);
}

a {
  color: var(--c-linkColor);
}

a:hover {
  color: var(--c-linkHoverColor);
}

/* -------------------------Footer------------------------- */
.community-theme__footer {
  background: var(--c-linkHoverColor);
}

/* -------------------------Google Translator------------------------- */
.google_translate_container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  background-color: var(--c-white);
  z-index: 9;
}

/* -------------------------Google Translator------------------------- */
@media screen and (max-width: 1023px) {
  .google_translate_container {
    padding: 0.5rem 1rem;
    align-items: center;
    height: 88px;
    margin-bottom: -88px;
  }
}