@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');

@font-face {
    font-family: 'Agatho';
    src: url('/fichiers/fonts/AgathoRegular.woff2') format('woff2'),
        url('/fichiers/fonts/AgathoRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agatho';
    src: url('/fichiers/fonts/AgathoBold.woff2') format('woff2'),
        url('/fichiers/fonts/AgathoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agatho';
    src: url('/fichiers/fonts/AgathoLight.woff2') format('woff2'),
        url('/fichiers/fonts/AgathoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}