@import "./bootstrap.min.css";
@import "./bootstrap.min.css.map";
@import "./slick.css";
@import "./slick-theme.css";

@import url('/public/fonts/DUNKIN\ SANS.otf');

@font-face {
    font-family: "alk-sanet";
    src: url('/pixiAssets/game_1/common/fonts/alk-sanet-webfont.ttf');
}

@font-face {
    font-family: 'Intro_Black_Caps';
    src: url("/fonts/Intro-Black-Caps.otf");
}


@font-face {
    font-family: "DUNKIN_SANS";
    src: url('/fonts/DUNKIN SANS.OTF');
}

@font-face {
    font-family: 'Rajdhani';
    src: url('/fonts/Rajdhani-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('/fonts/Rajdhani-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('/fonts/Rajdhani-Bold.ttf');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Franklin Gothic';
    src: url('/fonts/Franklin Gothic');
}

#useFontAlkSanet {
    font-family: "alk-sanet";
    font-size: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000 !important;
}

.loading-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

