/* Phase 2 brand lock — 2026-09-05.
   Scoped to Folio/portal hosts and the Play shell.
   Do not remap :root --csl-ink — that token is Paper on market + cinema. */

html[data-theme="portal"],
body.folio-play {
  --csl-primary: #ef0107;
  --csl-primary-deep: #db0007;
  --csl-paper: #ffffff;
  --csl-accent-navy: #063672;
  --csl-accent-gold: #9c824a;
  --csl-ink-ground: #0b0d10;
  --csl-ink-soft: #151820;
  --csl-mist: #a3a9b5;

  --font-display: "Montserrat", "Archivo", sans-serif;
  --font-sans: "Inter", "Hanken Grotesk", system-ui, sans-serif;

  --portal-void: #0b0d10;
  --portal-void-2: #151820;
  --portal-gold: #ef0107;
  --portal-ink: #f4f4f1;
  --portal-muted: #a3a9b5;
  --portal-magenta: #ef0107;
  --portal-slime: #a3a9b5;
  --portal-chrome: #d7dde8;
  --folio-sky: #0b0d10;
  --folio-sky-2: #151820;
  --folio-cream: #f4f4f1;
  --folio-ink: #f4f4f1;
  --folio-paper: #151820;
  --folio-run: #ef0107;
}

html[data-theme="portal"] {
  background: #0b0d10;
}

html[data-theme="portal"] body {
  background: #0b0d10;
}
