/* -------------------------------------------------------------------------
   CHARGEMENT DE LA POLICE ROBOTO (AUTO-HÉBERGÉ)
   Ces règles permettent de charger les différentes graisses de la police
   Roboto directement depuis le dossier du thème enfant pour éviter de
   dépendre de Google Fonts et améliorer les performances (RGPD).
   ------------------------------------------------------------------------- */

/* NEUTRALISÉ POUR TESTS
@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v49-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v49-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v49-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v49-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/hello-elementor-child/fonts/roboto-v49-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
FIN DE LA NEUTRALISATION */

/* -------------------------------------------------------------------------
   APPLICATION GLOBALE
   On définit Roboto comme police par défaut pour tout le site.
   ------------------------------------------------------------------------- */
body {
  font-family: "Roboto", sans-serif;
}
