/* --- ROBOTO (Corps de texte) --- */

/* Poids 300 (Light) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v50-latin-300.woff2') format('woff2');
}

/* Poids 400 (Regular / Normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  /* C'est ici : on pointe vers le fichier 'regular' */
  src: url('../fonts/roboto-v50-latin-regular.woff2') format('woff2');
}

/* Poids 500 (Medium) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v50-latin-500.woff2') format('woff2');
}

/* Poids 700 (Bold) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700.woff2') format('woff2');
}


/* --- PLAYFAIR DISPLAY (Titres) --- */

/* Poids 400 (Regular / Normal) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}

/* Poids 700 (Bold) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}