@font-face {
    font-family: 'extrabold';
    src:
        url('/typos/titre/extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: 800;
}

@font-face {
    font-family: 'bold';
    src:
        url('/typos/corps/regular.ttf') format('truetype');
    font-weight: 500;
    font-style: 500;
}

@font-face {
    font-family: 'medium';
    src:
        url('/typos/soustitre/medium.ttf') format('truetype');
    font-weight: 600;
    font-style: 600;
}

h1,
h2,
h3 {
    font-family: 'extrabold', sans-serif;
    font-weight: 800 !important;
}

h4 {
    font-family: 'medium', sans-serif;
    font-weight: 600 !important;
}

p {
    font-family: 'regular', sans-serif;
    font-weight: 500 !important;
}