/* ──────────────────────────────────────────────────────────────
   DOMINT — Brand Fonts
   ────────────────────────────────────────────────────────────── */

/* PRIMARY: ITC Blair
   ITC Blair is a licensed Adobe / Monotype family. Acquire a
   license and self-host the woff2 files. Until then Sora is the
   designated preview fallback (close geometry, free). */

/* SECONDARY: Montserrat — free, hosted via Google Fonts. */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Sora:wght@300;400;500;600;700&display=swap');

/* If you have ITC Blair licensed, drop the woff2 in /assets/fonts/
   and uncomment:

   @font-face {
     font-family: 'ITC Blair';
     src: url('/assets/fonts/ITCBlair-Light.woff2') format('woff2');
     font-weight: 300; font-style: normal; font-display: swap;
   }
   @font-face {
     font-family: 'ITC Blair';
     src: url('/assets/fonts/ITCBlair-Medium.woff2') format('woff2');
     font-weight: 500; font-style: normal; font-display: swap;
   }
   @font-face {
     font-family: 'ITC Blair';
     src: url('/assets/fonts/ITCBlair-Bold.woff2') format('woff2');
     font-weight: 700; font-style: normal; font-display: swap;
   }
*/
