/* ============================================================
   Botnest web fonts.

   CANONICAL: Freight Sans Pro (UI + headings) and
   Freight Text Pro (long-form reading), served by Adobe Fonts.

   >>> REPLACE `ADOBE_FONTS_KIT_ID` with your Typekit kit id, <<<
   >>> then uncomment the @import line below.                 <<<

   FALLBACK (active by default, fully self-hosted): Alegreya
   Sans + Alegreya — the closest free lookalikes (same humanist
   warmth, superb for hours-long reading). Latin-subset woff2
   files live in fonts/ (OFL licensed); every preview and demo
   renders correctly on the fallbacks alone. Extended-latin /
   other scripts: see fonts/README.md.
   ============================================================ */

/* @import url("https://use.typekit.net/ADOBE_FONTS_KIT_ID.css"); */

@import url("../fonts/self-hosted.css");

:root {
  /* Adobe Fonts family names first; fallbacks fully functional. */
  --bn-font-ui:      "freight-sans-pro", "Alegreya Sans", ui-sans-serif, system-ui, "Segoe UI", sans-serif;
  --bn-font-reading: "freight-text-pro", "Alegreya", Georgia, "Times New Roman", serif;
  --bn-font-mono:    ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace;
}
