/* Blomerize tokens — Belabru */
:root {
  --red-50: #fdecec;
  --red-500: #d81e22;
  --navy-600: #14224c;
  --navy-700: #0d1736;
  --amber-50: #fef4e0;
  --amber-500: #f6a91b;
  --amber-600: #e0980c;
  --white: #ffffff;
  --graphite-50: #f6f8fa;
  --graphite-400: #9aa1ad;
  --graphite-500: #6b7280;
  --graphite-900: #14171c;

  --blm-ink: #1a1c1f;
  --blm-void: #0e1013;
  --blm-void-deep: #08090b;
  --blm-panel: #1a1c1f;
  --blm-paper: #ffffff;
  --blm-mist: #f4f5f6;
  --blm-line: #eceef0;
  --blm-line-2: #e2e4e7;
  --blm-amber: #f6a91b;
  --blm-amber-hover: #e0980c;
  --blm-muted: #6b7280;
  --blm-muted-2: #9aa1ad;

  --font-display: "Saira", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Asap", system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", monospace;

  --blm-wrap: 1400px;
  --blm-gutter: 40px;
  --blm-radius: 2px;
}
