@charset "UTF-8";

/* Varela Round */
@font-face {
    font-family: 'Varela Round';
    src: url(/fonts/VarelaRound-Regular.ttf) format('truetype');
}

/* Roboto Condensed regular */
@font-face {
    font-family: "Roboto Condensed";
    src: url(/fonts/RobotoCondensed-VariableFont_wght.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

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

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