/*
 * Lexend variable font — self-hosted (OFL-licensed).
 *
 * Accessibility-oriented font designed to reduce visual stress and improve
 * reading proficiency. The variable font ships the full weight range; 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: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/lexend/Lexend-VariableFont_wght.ttf') format('truetype');
}
