/**
 * Generated from OpenSSL — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #303743;
  --text-dim: #303743;
  --text-faint: #303743;
  --brand: #6a1720;
  --on-brand: #ffffff;
  --border: #e2e5e8;
  --border-strong: #e2e5e8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-text: #303743;
  --color-brand: #6a1720;
  --color-on-brand: #ffffff;
  --color-border: #e2e5e8;
  --color-text-soft: #69727d;
  --color-accent-blue: #49a7e8;
  --color-surface-soft: #f6f7f8;
  --color-shadow: rgba(20, 30, 40, 0.16);

  /* type */
  --display-size: 40px;
  --h1-size: 30px;
  --h2-size: 26px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* shape */
  --radius-button: 6px;
  --radius-card: 8px;
  --radius-pill: 9999px;

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

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