@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url("../fonts/RobotoCondensed-Bold.ttf");
}

@font-face {
    font-family: "Roboto Condensed Light";
    src: url("../fonts/RobotoCondensed-Light.ttf");
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

body {
    overflow-x: hidden;
    font-family: "Roboto Condensed", sans-serif;
}