/* latin-ext */
@font-face {
  font-family: 'DMSerifText';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyWfqFXVAKArdqqQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DMSerifText';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyWfSFXVAKArc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter-Light';
  src: url(/assets/Inter-Light.eec8664621fec98efb37.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Regular';
  src: url(/assets/Inter-Regular.e89cb19905e7db5591b0.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Medium';
  src: url(/assets/Inter-Medium.6dcbc9bed1ec438907ee.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-SemiBold';
  src: url(/assets/Inter-SemiBold.4d56bb21f2399db8ad48.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Bold';
  src: url(/assets/Inter-Bold.88fa7ae373b07b41ecce.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Black';
  src: url(/assets/Inter-Black.143c28420846d45c5834.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

html,
body,
#betty-root {
  width: 100%;
  min-height: var(--inner-height);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  background-color: var(--screenBackground);
}

input {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[type='search']::-ms-reveal,
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Web Scrollbar Styling */
*::-webkit-scrollbar {
  width: var(--space-200);
}

*::-webkit-scrollbar-track {
  background-color: var(--screenBackground);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--tertiaryBackground);
  border-radius: var(--space-400);
}

ol li::marker {
  font-family: 'Inter-Regular';
}

.grecaptcha-badge {
  display: none;
}


/*# sourceMappingURL=styles.73544149ed3a6c23ff2a.css.map*/