/**
 * Design System myCFiia - Déclarations @font-face
 * Chargement des polices Poppins et Calibri
 */

/* ====================================
   Poppins - Titres et Headings
   ==================================== */

/* Poppins Regular - 400 */
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/poppins/Poppins-Regular-hBRJlB7.ttf") format('truetype');
    font-display: swap;
}

/* Poppins SemiBold - 600 */
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/poppins/Poppins-SemiBold-u6Y9fHz.ttf") format('truetype');
    font-display: swap;
}

/* Poppins Bold - 700 */
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/poppins/Poppins-Bold-dkvJ0T8.ttf") format('truetype');
    font-display: swap;
}

/* Poppins ExtraBold - 800 */
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/poppins/Poppins-ExtraBold-DKZDSUN.ttf") format('truetype');
    font-display: swap;
}

/* ====================================
   Calibri - Contenus et Body Text
   ==================================== */

/* Calibri Regular */
@font-face {
    font-family: 'Calibri';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/calibri/calibri-regular-Xm8jVdz.ttf") format('truetype');
    font-display: swap;
}

/* Calibri Bold */
@font-face {
    font-family: 'Calibri';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/calibri/calibri-bold-rSpFcd6.ttf") format('truetype');
    font-display: swap;
}

/* Calibri Italic */
@font-face {
    font-family: 'Calibri';
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/calibri/calibri-italic-mlds0bJ.ttf") format('truetype');
    font-display: swap;
}

/* Calibri Bold Italic */
@font-face {
    font-family: 'Calibri';
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/calibri/calibri-bold-italic-7Z9Q9wV.ttf") format('truetype');
    font-display: swap;
}
