/* ============================================================
   HEADLINE FONT — optional override
   ------------------------------------------------------------
   The site ships with Martian Mono as its headline face. To use
   "CS Gilbert Mono Drawn" instead:

     1. Put the font file in this folder, e.g.
          public/fonts/CSGilbertMonoDrawn.woff2
     2. Uncomment the @font-face block below.

   That is the only change needed — app/globals.css already lists
   'CS Gilbert Mono Drawn' first in the --font-display stack, so it
   takes over the moment this rule is live.

   LICENSING
     "CS Gilbert Mono Drawn Demo" (Craft Supply Co.) is licensed for
     PERSONAL USE ONLY, and the demo contains roughly 54 glyphs — not
     enough for punctuation, and none for Bengali. A portfolio used to
     attract work is normally treated as commercial use. Buy the full
     family before shipping:
     https://craftsupply.co/product/cs-gilbert-mono-drawn-font/
   ============================================================ */

/*
@font-face {
  font-family: 'CS Gilbert Mono Drawn';
  src: url('/fonts/CSGilbertMonoDrawn.otf') format('otf');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*/

@font-face {
    font-family: 'CS Gilbert Mono Drawn';
    src: url('/fonts/CSGilbertMonoDrawn.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
