/**
 * Generated from Mejuri — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #b0b0b0;
  --brand: #0a0a0a;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #0a0a0a;
  --success: #3f7a4f;
  --warning: #b07a2a;
  --danger: #9b2c2c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f6f4;
  --color-bg-deeper: #ebebe8;
  --color-surface: #ffffff;
  --color-surface-inverse: #0a0a0a;
  --color-on-inverse: #ffffff;
  --color-brand: #0a0a0a;
  --color-brand-hover: #000000;
  --color-on-brand: #ffffff;
  --color-accent-gold: #c9a86a;
  --color-accent-gold-soft: #e8dcc4;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-muted: #6b6b6b;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #b0b0b0;
  --color-text-on-inverse: #ffffff;
  --color-link: #0a0a0a;
  --color-link-hover: #6b6b6b;
  --color-selection-bg: #ebebe8;
  --color-border: #e5e5e5;
  --color-border-strong: #0a0a0a;
  --color-border-soft: #efefee;
  --color-success: #3f7a4f;
  --color-warning: #b07a2a;
  --color-danger: #9b2c2c;
  --color-info: #0a0a0a;

  /* type */
  --display-size: 48px;
  --h1-size: 24px;
  --h2-size: 20px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

  /* shape */
  --radius-button: 2px;
  --radius-card: 14px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Syndicat Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Simon Mono', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Simon Mono', ui-monospace, monospace;
}
