/* Approches 2026 — local fonts (Roboto, self-hosted woff2).
   Single family for the whole site (perf / CWV). Weights limited to what the
   design uses: 400 body, 700 headings & the (ACT) tile titles. */

/* Roboto 400 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/approches-2026/assets/fonts/roboto-400.woff2') format('woff2');
}
/* Roboto 500 (medium — used for submenu items) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/themes/approches-2026/assets/fonts/roboto-500.woff2') format('woff2');
}
/* Roboto 700 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/approches-2026/assets/fonts/roboto-700.woff2') format('woff2');
}
