/* Webfonts.
   Text — FUTURA MEDIUM: the studio's licensed file, shipped from assets/fonts/.
     futura-medium-bt.ttf is the web-usable file. Futura.ttc is the macOS collection
     (kept as a source reference — .ttc cannot be loaded by browsers).
   Display — HELVETICA BOLD: system/licensed face, no webfont supplied. Arial is the
     metric-compatible fallback; send a Helvetica web kit to remove it.
   Script: Caveat Brush, stand-in for the brush "studio" lettering in the logo.
   Mono:   JetBrains Mono. */
@font-face{font-family:"Futura";src:url("../assets/fonts/futura-medium-bt.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Futura";src:url("../assets/fonts/futura-medium-bt.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=JetBrains+Mono:wght@400;500;700&display=swap");
