/* Self-hosted fonts for Ackrem Games (GDPR-friendly — no Google CDN call).
   Place the woff2 files alongside this file (see fetch-fonts.sh in repo root).
   The main.css font stacks fall back to system serif/sans if a file is missing,
   so the site is never broken by an absent font. All four are open-licence. */

@font-face { font-family: "Cormorant SC"; font-style: normal; font-weight: 600; font-display: swap; src: url("cormorant-sc-600.woff2") format("woff2"); }
@font-face { font-family: "Cormorant SC"; font-style: normal; font-weight: 700; font-display: swap; src: url("cormorant-sc-700.woff2") format("woff2"); }

@font-face { font-family: "Lora"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("lora-variable.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: italic; font-weight: 400 700; font-display: swap; src: url("lora-italic-variable.woff2") format("woff2"); }

@font-face { font-family: "Oswald"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("oswald-variable.woff2") format("woff2"); }

@font-face { font-family: "PT Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("pt-sans-400.woff2") format("woff2"); }
@font-face { font-family: "PT Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("pt-sans-700.woff2") format("woff2"); }
