@font-face {
    font-family: "Roboto Condensed";
    font-weight: 100;
    font-style: normal;
    src: url("fonts/RobotoCondensed-Thin.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 100;
    font-style: italic;
    src: url("fonts/RobotoCondensed-ThinItalic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: italic;
    src: url("fonts/RobotoCondensed-Italic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: normal;
    src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: italic;
    src: url("fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
    font-display: swap;
}
