/* Roboto Font Family CSS */

/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Roboto Thin */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Roboto Thin Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Roboto ExtraLight */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Roboto ExtraLight Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Roboto Light */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Roboto Light Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Roboto Medium */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto Medium Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiBold */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiBold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Roboto Bold */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Roboto Bold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Roboto ExtraBold */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Roboto ExtraBold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Roboto Black */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Roboto Black Italic */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/static/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed Regular */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed Thin */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed Thin Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed ExtraLight */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed ExtraLight Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed Light */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed Light Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed Medium */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed Medium Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed SemiBold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed SemiBold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed Bold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed Bold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed ExtraBold */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed ExtraBold Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Roboto Condensed Black */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Roboto Condensed Black Italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./Roboto/static/Roboto_Condensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed Regular */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed Thin */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed Thin Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed ExtraLight */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed ExtraLight Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed Light */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed Light Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed Medium */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed Medium Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed SemiBold */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed SemiBold Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed Bold */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed Bold Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed ExtraBold */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed ExtraBold Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Roboto SemiCondensed Black */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Roboto SemiCondensed Black Italic */
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./Roboto/static/Roboto_SemiCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Variable Font Support */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
