/* masa self-hosted faces. Skin type system (Jul 17 2026): Outfit = body/UI (variable
   grotesk), Cal Sans = display/headlines (the Cal.com face — Juan's pick). MasaHand =
   the coral hand-signature; MasaPen kept for the wordmark. All OFL, woff2. */
/* ⚑ FOUT FIX (s5l, web-researched — Juan: "on refresh there's a brief flash of system fonts"). The two
   primary faces use font-display:OPTIONAL (was swap): on refresh the cached font renders on first paint
   (a ~100ms invisible block, not a system-font flash → no wrong-font swap). Paired with <link rel=preload>
   in the page heads so even a cold load usually makes the window. (web.dev: preload + optional kills FOUT.) */
@font-face{font-family:"Outfit";font-style:normal;font-weight:100 900;font-display:optional;
  src:url(/assets/fonts/outfit-var.woff2) format("woff2");}
@font-face{font-family:"CalSans";font-style:normal;font-weight:400 700;font-display:optional;
  src:url(/assets/fonts/calsans.woff2) format("woff2");}
@font-face{font-family:"MasaPen";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/flomipen.woff2) format("woff2");}
@font-face{font-family:"MasaHand";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/flomihand.woff) format("woff");}
