/* GENERATED by design/tokens/build.mjs — do not edit.
   Source of truth: design/tokens/tokens.json
   Colours derive from the measured hue of docs/design/brand/hikari-mark.png (37.6 deg).
   Contrast ratios are recorded in tokens.json under "contrast" and asserted by tests. */

:root {
  --ph-surface-void: #090908;
  --ph-surface-base: #0E0D0D;
  --ph-surface-s1: #161514;
  --ph-surface-s2: #1D1C1B;
  --ph-surface-s3: #282625;

  --ph-line-divider: #2D2B29;
  --ph-line-border: #3E3C38;
  --ph-line-interactive: #7A756D;

  --ph-text-primary: #F5EFE6;
  --ph-text-secondary: #C2BBB0;
  --ph-text-muted: #958F85;
  --ph-text-disabled: #66615A;
  --ph-text-ink: #130F09;

  --ph-gold-100: #FBEEC9;
  --ph-gold-200: #F9E2AC;
  --ph-gold-300: #F4D18D;
  --ph-gold-400: #E6B767;
  --ph-gold-500: #D09B47;
  --ph-gold-600: #A87A2F;
  --ph-gold-700: #805C24;
  --ph-gold-800: #543E19;
  --ph-gold-900: #30230E;

  --ph-status-online: #62BD8F;
  --ph-status-degraded: #DA9253;
  --ph-status-error: #E66560;
  --ph-status-info: #72A9D0;
  --ph-status-offline: #857F76;

  --ph-space-1: 4px;
  --ph-space-2: 8px;
  --ph-space-3: 12px;
  --ph-space-4: 16px;
  --ph-space-6: 24px;
  --ph-space-8: 32px;
  --ph-space-12: 48px;
  --ph-space-16: 64px;
  --ph-space-24: 96px;

  --ph-radius-xs: 2px;
  --ph-radius-sm: 4px;
  --ph-radius-md: 8px;
  --ph-radius-full: 999px;

  --ph-font-display: Archivo, 'Archivo Variable', system-ui, sans-serif;
  --ph-font-ui: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --ph-font-mono: 'IBM Plex Mono', ui-monospace, 'Cascadia Mono', monospace;

  --ph-motion-micro: 120ms;
  --ph-motion-standard: 200ms;
  --ph-motion-state: 400ms;
  --ph-motion-ignition: 1400ms;
  --ph-motion-ease: cubic-bezier(.2,.8,.2,1);

  --ph-type-display-1-size: 56px;
  --ph-type-display-1-height: 60px;
  --ph-type-display-1-weight: 700;
  --ph-type-display-2-size: 36px;
  --ph-type-display-2-height: 42px;
  --ph-type-display-2-weight: 700;
  --ph-type-h1-size: 26px;
  --ph-type-h1-height: 32px;
  --ph-type-h1-weight: 600;
  --ph-type-h2-size: 20px;
  --ph-type-h2-height: 28px;
  --ph-type-h2-weight: 600;
  --ph-type-h3-size: 16px;
  --ph-type-h3-height: 24px;
  --ph-type-h3-weight: 600;
  --ph-type-body-size: 14px;
  --ph-type-body-height: 22px;
  --ph-type-body-weight: 400;
  --ph-type-small-size: 13px;
  --ph-type-small-height: 20px;
  --ph-type-small-weight: 400;
  --ph-type-micro-size: 11px;
  --ph-type-micro-height: 16px;
  --ph-type-micro-weight: 500;
  --ph-type-mono-size: 13px;
  --ph-type-mono-height: 20px;
  --ph-type-mono-weight: 400;
  --ph-type-mono-sm-size: 12px;
  --ph-type-mono-sm-height: 18px;
  --ph-type-mono-sm-weight: 400;

  --ph-focus-color: #F4D18D;
  --ph-focus-width: 2px;
  --ph-focus-offset: 2px;
}
