/* This css file is applied before styles.scss loaded */
/* light */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("/cdn-static/fonts/roboto-condensed-google/Light.woff") format("woff"),
        url("/cdn-static/fonts/roboto-condensed-google/Light.woff2") format("woff2");
  font-display: swap;
}

/* light italic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: url("/cdn-static/fonts/roboto-condensed-google/LightItalic.woff") format("woff"),
        url("/cdn-static/fonts/roboto-condensed-google/LightItalic.woff2") format("woff2");
  font-display: swap;
}

/* regular */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/cdn-static/fonts/roboto-condensed-google/Regular.woff") format("woff"),
        url("/cdn-static/fonts/roboto-condensed-google/Regular.woff2") format("woff2");
  font-display: swap;
}

/* italic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("/cdn-static/fonts/roboto-condensed-google/Italic.woff") format("woff"),
        url("/cdn-static/fonts/roboto-condensed-google/Italic.woff2") format("woff2");
  font-display: swap;
}

/* bold */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("/cdn-static/fonts/roboto-condensed-google/Bold.woff") format("woff"),
        url("/cdn-static/fonts/roboto-condensed-google/Bold.woff2") format("woff2");
  font-display: swap;
}

/* bold italic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("/cdn-static/fonts/roboto-condensed-google/BoldItalic.woff") format("woff"),
    url("/cdn-static/fonts/roboto-condensed-google/BoldItalic.woff2") format("woff2");
  font-display: swap;
}

/* rabona rotate regular */
@font-face {
  font-family: "Betpapaya Rotate";
  font-style: regular;
  font-weight: 400;
  src: url("/cdn-static/fonts/betpapaya-rotate/Regular.woff2") format("woff2");
  font-display: swap;
}

/* rabona rotate regular */
@font-face {
  font-family: "Rabona Rotate";
  font-style: regular;
  font-weight: 400;
  src: url("/cdn-static/fonts/rabona-rotate/Regular.woff2") format("woff2");
  font-display: swap;
}

body {
  margin: 0;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2999;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease;
  pointer-events: none;
  overflow: hidden;
  background-color: #0e1929;
}

stb-root.user-checked + .loading-container {
  opacity: 0;
}
/* stylelint-enable */

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden;
}
