/* // RobotoCondensed */
@font-face {
    font-family: RobotoCondensed;
    src: url('/assets/fonts/RobotoCondensed/regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('/assets/fonts/RobotoCondensed/regularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('/assets/fonts/RobotoCondensed/bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('/assets/fonts/RobotoCondensed/boldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* // Roboto */
@font-face {
    font-family: Roboto;
    src: url('/assets/fonts/Roboto/regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url('/assets/fonts/Roboto/regularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: Roboto;
    src: url('/assets/fonts/Roboto/bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url('/assets/fonts/Roboto/boldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: fontello;
    src: url('/assets/fonts/Fontello/fontello.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/Fontello/fontello.ttf') format('truetype'),url('/assets/fonts/Fontello/fontello.svg') format('svg'),url('/assets/fonts/Fontello/fontello.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GolosUIWebVF;
    src: url('/assets/fonts/Golos/golos-ui_vf.woff2') format('woff2'),
    url('/assets/fonts/Golos/golos-ui_vf.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

