/**
 * Strand — unified theme tokens
 * Editorial hero + Nordic body + ember accent (#e94e1b)
 */

:root {
  --snow: #f6f7f8;
  --white: #ffffff;
  --ice: #e4eaef;
  --mist: #8a9aa8;
  --slate: #4a5966;
  --ink: #1e2830;
  --ink-warm: #1a1917;

  --ember: #e94e1b;
  --ember-soft: rgba(233, 78, 27, 0.1);
  --ember-glow: rgba(233, 78, 27, 0.35);

  --font-serif: "Instrument Serif", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;

  --wrap: min(1120px, 92vw);
  --container: min(1200px, 92vw);
  --header-h: 4.5rem;
  --radius: 4px;
  --ease: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
