/***** FONTS *****/

/* Regular 400 */
@font-face {
    font-family: "Ubuntu Condensed";
    src: url('../fonts/ubuntu-condensed/UbuntuCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
