/* @font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed-Italic";
    src: url("../fonts/RobotoCondensed-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
} */

/* .roboto-Regular {
    font-family: "Roboto-Regular";
    font-weight: 400;
    font-style: normal;
}

.roboto-Bold {
    font-family: "Roboto-Bold";
    font-weight: 700;
    font-style: normal;
}

.robotoCondensed-Bold {
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
}

.robotoCondensed-Regular {
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
}

.robotoCondensed-Italic {
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
}

.roboto-Medium {
    font-family: "Roboto-Medium";
    font-weight: 500;
    font-style: normal;
} */