/* This css file is applied before styles.scss loaded */
@font-face {
    font-family: "Jost";
    src: url("../assets/fonts/Jost/Jost-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Jost";
    src: url("../assets/fonts/Jost/Jost-Medium.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Jost";
    src: url("../assets/fonts/Jost/Jost-MediumItalic.ttf") format("truetype");
    font-style: italic;
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Jost";
    src: url("../assets/fonts/Jost/Jost-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Jost";
    src: url("../assets/fonts/Jost/Jost-SemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Colus";
    src: url("../assets/fonts/Colus/Colus-Regular.woff") format("woff"), url("../assets/fonts/Colus/Colus-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

body {
    margin: 0;
}

.loading-container {
    position: fixed;
    z-index: 999;
    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: #000000;
}

stb-root.user-checked + .loading-container {
    opacity: 0;
}

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