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

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




/* ADELIA */
@font-face {
    font-family: 'Adeliafont';
    src: url('./fonts/adelia/adelia-webfont.woff2') format('woff2'),
        url('./fonts/adelia/adelia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* POPPINS */

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    /* Poids pour 'Regular' (400 est le poids normal) */
    font-style: normal;
    font-display: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    /* Poids pour 'Medium' */
    font-style: medium;
    font-display: medium;
}

@font-face {
    @font-face {
        font-family: 'Poppins';
        src: url('./fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
            url('./fonts/poppins/Poppins-SemiBold.woff') format('woff');
        font-weight: 600;
        /* Poids pour 'SemiBold' */
        font-style: semiBold;
        font-display: semiBold;
    }
}


@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    /* Poids pour 'Bold' (ou 'bold') */
    font-style: bold;
    font-display: bold;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('./fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    /* Poids pour ExtraBold */
    font-style: extraBold;
    font-display: extraBold;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Black.woff2') format('woff2'),
        url('./fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    /* Poids pour Black */
    font-style: black;
    font-display: black;
}