/* ===== Roboto ===== */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-regular.woff") format("woff"),
         url("../fonts/roboto/roboto-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-bold.woff") format("woff"),
         url("../fonts/roboto/roboto-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-italic.woff") format("woff"),
         url("../fonts/roboto/roboto-italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-bolditalic.woff") format("woff"),
         url("../fonts/roboto/roboto-bolditalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}


/* ===== Roboto Condensed ===== */
@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/roboto/robotocondensed-light.woff") format("woff"),
         url("../fonts/roboto/robotocondensed-light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/roboto/robotocondensed-regular.woff") format("woff"),
         url("../fonts/roboto/robotocondensed-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/roboto/robotocondensed-bold.woff") format("woff"),
         url("../fonts/roboto/robotocondensed-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
