/**
 * Generated from Vuori — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #212121;
  --text-dim: #212121;
  --text-faint: #999999;
  --brand: #333333;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #333333;
  --success: #3f7d4e;
  --warning: #b07b2e;
  --danger: #b23b3b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-image-placeholder: #f0efed;
  --color-text: #212121;
  --color-text-heading: #333333;
  --color-text-muted: #666666;
  --color-text-faint: #999999;
  --color-on-brand: #ffffff;
  --color-brand: #333333;
  --color-brand-hover: #1a1a1a;
  --color-brand-pressed: #000000;
  --color-accent-sand: #d8c3a5;
  --color-accent-terracotta: #c08457;
  --color-accent-sage: #9aa78c;
  --color-accent-clay-deep: #a8623a;
  --color-border: #e0e0e0;
  --color-border-strong: #333333;
  --color-border-input: #cccccc;
  --color-focus-ring: #333333;
  --color-success: #3f7d4e;
  --color-success-bg: #eef4ef;
  --color-warning: #b07b2e;
  --color-warning-bg: #f7f0e3;
  --color-danger: #b23b3b;
  --color-danger-bg: #f6eaea;

  /* type */
  --display-size: 48px;
  --h1-size: 28px;
  --h2-size: 21px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: 0.01em;

  /* shape */
  --radius-button: 0px;
  --radius-card: 0px;
  --radius-pill: 0px;

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

  /* fonts */
  --font-display: 'Aktiv Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Aktiv Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
