/* Déclaration des polices personnalisées */
@font-face {
    font-family: 'Acumin Pro';
    src: url('AcuminPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('AcuminPro-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('AcuminPro-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FH1089';
    src: url('FH1089-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FH1089';
    src: url('FH1089-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

/* Application des polices */
body, h1 {
    font-family: 'Acumin Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FH1089', sans-serif;
}
