/* Portfolio shared design tokens.
   Seeded from the locked overprint wordmark palette (Night surface).
   Features should link this file and read the variables instead of
   redefining brand values, so the site stays one visual system.

   TODO: self-host IBM Plex Mono + Martian Mono into assets/fonts/ and add
   @font-face here, so the whole site has one offline-safe font source
   (overprint currently loads them from jsDelivr + Google). */

:root {
  /* Surface + ink (Night is the portfolio's default surface) */
  --bg: #0D0D0D;
  --ink: #FFFFFF;
  --ink-muted: #6b6b75;

  /* Accent — the wordmark's plate color */
  --accent: #FF8800;

  /* Type */
  --font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --font-ui: "Martian Mono", var(--font-mono);
}
