/*
 * OpenDyslexic font — self-hosted (OFL-licensed).
 *
 * Accessibility font designed for readers with dyslexia. Only the Regular
 * weight is shipped; browsers synthesise bold/italic variants. The font file
 * is only downloaded when something on the page actually uses the family
 * (agent styling or a user font preference), so declaring it globally is
 * effectively free.
 */

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