/*
 * OpenDyslexic — CC-BY 3.0 (https://opendyslexic.org/)
 *
 * Loaded only when Dyslexia-Mode is active (data-dyslexia="on" on <html>).
 * Drop the actual .woff2 files into /public/fonts/opendyslexic/ before
 * shipping production. The CSS-vars in `globals.css` reference the
 * `OpenDyslexic` family by name, so missing files gracefully fall back to
 * the next family in the stack (system sans-serif).
 */

@font-face {
  font-family: 'OpenDyslexic';
  src: url('/fonts/opendyslexic/OpenDyslexic-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url('/fonts/opendyslexic/OpenDyslexic-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url('/fonts/opendyslexic/OpenDyslexic-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
