/* Poppins Thin - 100 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
}

/* Poppins Thin Italic - 100 */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Application de la police par défaut */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}