/* ─────────────────────────────────────────────────────────────────────────
   Pulsive brand fonts — self-hosted (no third-party CDN → DSGVO-friendly).
   Display: Boska (headings).  Body/UI: General Sans.  Logo wordmark: Goodly.
   ───────────────────────────────────────────────────────────────────────── */

@font-face { font-family:'Boska'; src:url('/assets/fonts/boska-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Boska'; src:url('/assets/fonts/boska-700.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }

@font-face { font-family:'General Sans'; src:url('/assets/fonts/general-sans-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'General Sans'; src:url('/assets/fonts/general-sans-500.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'General Sans'; src:url('/assets/fonts/general-sans-600.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }

/* Logo wordmark — already self-hosted, declared here so every public page can use it */
@font-face { font-family:'Goodly'; src:url('/assets/fonts/goodly-semibold.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Goodly'; src:url('/assets/fonts/goodly-bold.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }
