@font-face {
    font-family: "Roche Regular";
    src: url("fonts/RocheSans-Regular.ttf") format("ttf"), url("fonts/RocheSans-Regular.woff2") format("woff2"), url("fonts/RocheSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Roche Italic";
    src: url("fonts/RocheSerif-Italic.ttf") format("ttf"), url("fonts/RocheSerif-Italic.woff2") format("woff2"), url("fonts/RocheSerif-Italic.woff") format("woff");
}

@font-face {
    font-family: "Roche Condensed";
    src: url("fonts/RocheSansCondensed-Regular.ttf") format("ttf"), url("fonts/RocheSansCondensed-Regular.woff2") format("woff2"), url("fonts/RocheSansCondensed-Regular.woff") format("woff");
}

* {
    font-family: "Roche Regular", sans-serif;
}

.font--roche-regular {
    font-family: "Roche Regular", sans-serif;
}

.font--roche-italic {
    font-family: "Roche Italic", sans-serif;
}

.font--roche-condensed {
    font-family: "Roche Condensed", sans-serif;
}