@font-face {
    font-family: "Roche";
    src: url(../fonts/RocheSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Roche";
    src: url(../fonts/RocheSans-Medium.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Roche";
    src: url(../fonts/RocheSansCondensed-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Roche";
    src: url(../fonts/RocheSans-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Roche";
    src: url(../fonts/RocheSans-Light.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Roche";
    src: url(../fonts/RocheSansCondensed-Light.ttf);
    font-weight: 300;
}

html, body {
    font-family: "Roche", sans-serif !important;
}