/*============== Roboto ==============*/

/* font-family: "RobotoCBold"; */
@font-face {
    font-family: "RobotoCBold";
    src: url("../fonts/Roboto/RobotoCondensed-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoCRegular"; */
@font-face {
    font-family: "RobotoCRegular";
    src: url("../fonts/Roboto/RobotoCondensed-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*============== Intro ==============*/

/* font-family: "Intro"; */
@font-face {
    font-family: "Intro";
    src: url("../fonts/intro/Intro.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}