﻿@font-face {
    font-family: 'rogue-serif';
    src: url('../fonts/Rogue-serif/rogue-serif-light.woff2') format('woff2'), url('../fonts/Rogue-serif/rogue-serif-light.woff') format('woff'), url('../fonts/Rogue-serif/rogue-serif-light.opentype') format('opentype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'rogue-serif';
    src: url('../fonts/Rogue-serif/rogue-serif-medium.woff2') format('woff2'), url('../fonts/Rogue-serif/rogue-serif-medium.woff') format('woff'), url('../fonts/Rogue-serif/rogue-serif-medium.opentype') format('opentype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'rogue-serif';
    src: url('../fonts/Rogue-serif/rogue-serif-bold.woff2') format('woff2'), url('../fonts/Rogue-serif/rogue-serif-bold.woff') format('woff'), url('../fonts/Rogue-serif/rogue-serif-bold.opentype') format('opentype');
    font-style: normal;
    font-weight: 700;
}

h1, h2, h3, h4, h5, .module .titre_module {
    font-family: 'rogue-serif', arial, serif;
}