/* Type system.
   Display: CODEINK (real file at assets/CODEINK-Regular.ttf).
   Body: Space Mono (the board's body font; sample text reads "Geist Mono" but the file uses Space Mono). */
:root{
--font-display:"CODEINK","Space Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace;
--font-body:"Space Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace;
--text-display-size:clamp(40px,6vw,126px);
--text-heading-size:48px;
--text-body-size:18px;
--text-body-lh:1.35;
--text-small-size:14px;
--tracking-display:0.02em;
}
