/* ============================================
   DAFANI - Polices Personnalisées
   Police Nunito - Toutes les variantes
   ============================================ */

/* Nunito Regular */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Nunito Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Nunito Light */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Nunito Light Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Nunito ExtraLight */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Nunito ExtraLight Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Nunito Medium */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Nunito Medium Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Nunito SemiBold */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Nunito SemiBold Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Nunito Bold */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Nunito Bold Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Nunito ExtraBold */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Nunito ExtraBold Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Nunito Black */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Nunito Black Italic */
@font-face {
    font-family: 'Nunito';
    src: url('../police/Nunito-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Application globale de la police Nunito */
* {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
