/* HALESTORM — global CSS custom properties only */
/* All component styling is in JS via theme.ts — this file is for base resets
   and CSS variables that can't be set from JS (e.g. font-face declarations). */

:root {
  --serif: "Cormorant Garamond", "Cormorant", serif;
  --display: "Cormorant", "Cormorant Garamond", serif;
  --sans: "Inter", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;

  --paper: #faf7f1;
  --paper-2: #f3eee4;
  --ink: #1a1714;
  --ink-2: #6e655a;
  --ink-3: #9d9387;
  --rule: #e2dcd0;
  --accent: #5e4a32;
}
