/**
 * Generated from Black Forest Labs — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #07130e;
  --text-dim: #07130e;
  --text-faint: #a8ada9;
  --brand: #07130e;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #000000;
  --success: #1f6f4a;
  --warning: #9a6a1f;
  --danger: #9a2b2b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-ink: #07130e;
  --color-bg-pure-black: #000000;
  --color-surface: #ffffff;
  --color-surface-ink: #07130e;
  --color-surface-muted: #f5f5f4;
  --color-text: #07130e;
  --color-text-on-ink: #ffffff;
  --color-text-secondary: #4a544f;
  --color-text-tertiary: #7d847f;
  --color-text-faint: #a8ada9;
  --color-text-on-ink-soft: #b9b5d0;
  --color-brand: #07130e;
  --color-accent: #b9b5d0;
  --color-accent-soft: rgba(185, 181, 208, 0.16);
  --color-on-brand: #ffffff;
  --color-link: #07130e;
  --color-link-hover: #000000;
  --color-focus: #07130e;
  --color-cta-bg: #07130e;
  --color-cta-text: #ffffff;
  --color-cta-bg-secondary: #ffffff;
  --color-cta-text-secondary: #07130e;
  --color-cta-bg-on-ink: #ffffff;
  --color-cta-text-on-ink: #07130e;
  --color-border: #000000;
  --color-border-soft: rgba(7, 19, 14, 0.12);
  --color-border-on-ink: rgba(255, 255, 255, 0.16);
  --color-shadow-ambient: rgba(7, 19, 14, 0.04);
  --color-shadow-card: rgba(7, 19, 14, 0.06);
  --color-shadow-deep: rgba(7, 19, 14, 0.12);
  --color-scrim: rgba(7, 19, 14, 0.60);
  --color-success: #1f6f4a;
  --color-success-soft: rgba(31, 111, 74, 0.10);
  --color-warning: #9a6a1f;
  --color-warning-soft: rgba(154, 106, 31, 0.10);
  --color-danger: #9a2b2b;
  --color-danger-soft: rgba(154, 43, 43, 0.10);

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

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

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

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