/* ============================================================
   THE SKY · ADULTS ONLY — fonts.css
   Self-host READY (GDPR-safe, no third-party request).
   DEMO: no woff2 files are bundled, so the site renders with the
   serif/sans fallback stacks defined in style.css — zero missing assets.
   To activate brand fonts: add the woff2 files named below into
   /assets/fonts/ (see assets/fonts/README.txt) and uncomment the url() lines.
   ============================================================ */

@font-face {
  font-family: "Fraunces";
  font-style: normal; font-weight: 400 500; font-display: swap;
  src: local("Fraunces");
  /* src: local("Fraunces"), url("assets/fonts/fraunces-variable.woff2") format("woff2-variations"); */
}
@font-face {
  font-family: "Fraunces";
  font-style: italic; font-weight: 400; font-display: swap;
  src: local("Fraunces Italic");
  /* src: local("Fraunces Italic"), url("assets/fonts/fraunces-italic.woff2") format("woff2"); */
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal; font-weight: 400 700; font-display: swap;
  src: local("Hanken Grotesk");
  /* src: local("Hanken Grotesk"), url("assets/fonts/hanken-grotesk-variable.woff2") format("woff2-variations"); */
}
