/* Light */
@font-face {
    font-family  : "RobotoCondensed";
    src          : local("RobotoCondensed Light"), local("RobotoCondensed-Light"),
    url("/front/fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype");
    font-weight  : 300;
    font-style   : normal;
    font-display : swap;
}

/* Light Italic */
@font-face {
    font-family  : "RobotoCondensed";
    src          : local("RobotoCondensed Light Italic"), local("RobotoCondensed-LightItalic"),
    url("/front/fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf") format("truetype");
    font-weight  : 300;
    font-style   : italic;
    font-display : swap;
}


/* Regular */
@font-face {
    font-family  : "RobotoCondensed";
    src          : local("RobotoCondensed"),
    url("/front/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight  : normal;
    font-style   : normal;
    font-display : swap;
}

/* Regular Italic */
@font-face {
    font-family  : "RobotoCondensed";
    src          : local("RobotoCondensed Italic"), local("RobotoCondensed-Italic"),
    url("/front/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf") format("truetype");
    font-weight  : normal;
    font-style   : italic;
    font-display : swap;
}


/* Bold */
@font-face {
    font-family  : "RobotoCondensed";
    src          : local("RobotoCondensed Bold"), local("RobotoCondensed-Bold"),
    url("/front/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight  : bold;
    font-style   : normal;
    font-display : swap;
}

/* Bold Italic */
@font-face {
    font-family  : "RobotoCondensed";
    src          : local("RobotoCondensed Bold Italic"), local("RobotoCondensed-BoldItalic"),
    url("/front/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf") format("truetype");
    font-weight  : bold;
    font-style   : italic;
    font-display : swap;
}