/**
 * Generated from Lambda — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0b0b0b;
  --surface: #141414;
  --surface-alt: #141414;
  --text: #b0afa6;
  --text-dim: #b0afa6;
  --text-faint: #b0afa6;
  --brand: #6236f4;
  --on-brand: #e7e6d9;
  --border: #42413e;
  --border-strong: #565552;
  --success: #37cd8f;
  --warning: #e7e6d9;
  --danger: #815ef8;

  /* full color palette */
  --color-bg: #0b0b0b;
  --color-bg-deep: #000000;
  --color-surface: #141414;
  --color-surface-elevated: #1f1f1f;
  --color-text: #b0afa6;
  --color-text-strong: #d3d2c5;
  --color-text-muted: #82817e;
  --color-cream: #e7e6d9;
  --color-on-cream: #0b0b0b;
  --color-brand: #6236f4;
  --color-brand-link: #815ef8;
  --color-brand-deep: #29246a;
  --color-on-brand: #e7e6d9;
  --color-accent-green: #37cd8f;
  --color-border: #42413e;
  --color-border-strong: #565552;
  --color-shadow-color: rgba(0, 0, 0, 0.45);
  --color-success: #37cd8f;
  --color-warning: #e7e6d9;
  --color-danger: #815ef8;
  --color-info: #815ef8;

  /* type */
  --display-size: 117px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* 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: 'Suisse Intl', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Suisse Intl Mono', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Suisse Intl Mono', ui-monospace, monospace;
}
