/* FjallaOne Regular */
@font-face {
    font-family: 'Fjalla One';
    src: url('/static/fonts/FjallaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Black */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Black Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Bold */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Bold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Light */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Light Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Medium */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Medium Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Thin */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Thin Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Black */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed Black Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Bold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed Bold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed ExtraBold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed ExtraBold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed ExtraLight */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed ExtraLight Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Italic Variable */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Light */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed Light Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Medium */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed Medium Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Regular */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed SemiBold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed SemiBold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Thin */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

/* Roboto Condensed Thin Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: fallback;
}

/* Roboto Condensed Variable Font */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}
