/*
 * Atkinson Hyperlegible — self-hosted woff2 from Google Fonts (v12).
 *
 * Designed by the Braille Institute for maximum legibility under challenging
 * viewing conditions (low vision, dim warehouse lighting, scanner glare).
 * Picked as Pineapple's primary UI font because operators read this UI on
 * handheld scanners where every misread costs time.
 *
 * License: SIL Open Font License, Version 1.1.
 * Source: https://fonts.google.com/specimen/Atkinson+Hyperlegible
 *
 * Latin subset only — keeps the woff2 payload ~17 KB / weight, ~70 KB total.
 */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('regular-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('italic-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('italic-700.woff2') format('woff2');
}
