/* Tableau de correspondance poids et noms de fichiers */
@font-face {
  font-family: 'Marianne';
  font-weight: 100;
  font-style: normal;
  src: url('../fonts/marianne/Marianne-Thin.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 100;
  font-style: italic;
  src: url('../fonts/marianne/Marianne-Thin_Italic.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Thin_Italic.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/marianne/Marianne-Light.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Light.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/marianne/Marianne-Light_Italic.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Light_Italic.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/marianne/Marianne-Regular.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/marianne/Marianne-Regular_Italic.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Regular_Italic.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/marianne/Marianne-Medium.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/marianne/Marianne-Medium_Italic.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Medium_Italic.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/marianne/Marianne-Bold.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/marianne/Marianne-Bold_Italic.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-Bold_Italic.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/marianne/Marianne-ExtraBold.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Marianne';
  font-weight: 800;
  font-style: italic;
  src: url('../fonts/marianne/Marianne-ExtraBold_Italic.woff2') format('woff2'),
       url('../fonts/marianne/Marianne-ExtraBold_Italic.woff') format('woff');
}
