/* SPDX-License-Identifier: LicenseRef-Fundus-Commercial-1.0 */
/* SPDX-FileCopyrightText: 2026 Sascha Holliger */

/* Self-hosted fonts (no CDN; CSP font-src 'self'): Atkinson Hyperlegible Next for the interface
   and content (--fd-font-ui), Mono for data (--fd-font-data). Braille Institute of America, SIL
   Open Font License 1.1 (/assets/fonts/atkinson.LICENSE.md). */

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ahn-400.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ahn-400i.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/ahn-500.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/ahn-600.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/ahn-700.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/ahn-700i.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ahm-400.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/ahm-700.woff2") format("woff2");
}
