/*
 * Polices auto-hébergées — RGPD (remplace Google Fonts)
 * Fichiers woff2 à déposer dans : wp-content/themes/oncd/dist/fonts/
 *
 * Téléchargement : https://gwfh.mranftl.com/fonts
 *   - Roboto           : latin, variants 300 / 300i / 400 / 400i / 500 / 500i / 700 / 700i
 *   - Roboto Condensed : latin, variants 400 / 700
 */

/* ---- Roboto 300 ---- */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-300.woff2') format('woff2');
}
/* ---- Roboto 300 italic ---- */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-300italic.woff2') format('woff2');
}
/* ---- Roboto 400 ---- */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2');
}
/* ---- Roboto 400 italic ---- */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-italic.woff2') format('woff2');
}
/* ---- Roboto 500 ---- */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-500.woff2') format('woff2');
}
/* ---- Roboto 500 italic ---- */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-500italic.woff2') format('woff2');
}
/* ---- Roboto 700 ---- */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2');
}
/* ---- Roboto 700 italic ---- */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v51-latin-700italic.woff2') format('woff2');
}

/* ---- Roboto Condensed 400 ---- */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2');
}
/* ---- Roboto Condensed 700 ---- */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2');
}
