@charset "utf-8";
/* CSS Document */

/* RocheSans Light */
@font-face {
    font-family: 'RocheSans';
    src: url('../fonts/RocheSans-Light.woff2') format('woff2'),
         url('../fonts/RocheSans-Light.woff') format('woff'),
         url('../fonts/RocheSans-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* RocheSans Regular */
@font-face {
    font-family: 'RocheSans';
    src: url('../fonts/RocheSansCondensed-Light.woff2') format('woff2'),
         url('../fonts/RocheSansCondensed-Light.woff') format('woff'),
         url('../fonts/RocheSansCondensed-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* RocheSans Regular */
@font-face {
    font-family: 'RocheSans';
    src: url('../fonts/RocheSans-Regular.woff2') format('woff2'),
         url('../fonts/RocheSans-Regular.woff') format('woff'),
         url('../fonts/RocheSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* RocheSans Medium */
@font-face {
    font-family: 'RocheSans';
    src: url('../fonts/RocheSans-Medium.woff2') format('woff2'),
         url('../fonts/RocheSans-Medium.woff') format('woff'),
         url('../fonts/RocheSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}