html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 8px;
  }
}
html,
body,
#root {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  /* min-height: -moz-available;          WebKit-based browsers will ignore this. */
  min-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  min-height: fill-available;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
html, body {
  height: 100%;
}
#root {
  display: flex;
  flex-direction: column;
}
.richtext-link,
/* legacy */
.internal-link {
  font-weight: 600;
  color: currentColor;
}
.grecaptcha-badge { 
  visibility: hidden;
}
.react-joyride__overlay {
  max-height: 90%;
}
address { font-style: normal; }

/* Font Awesome 6 Brands */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-brands-400.woff2') format('woff2'), url('fa-brands-400.ttf') format('truetype');
}