/**
 * Generated from Resend — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #191b1e;
  --surface-alt: #191b1e;
  --text: #f0f0f0;
  --text-dim: #f0f0f0;
  --text-faint: #5e6466;
  --brand: #f0f0f0;
  --on-brand: #000000;
  --border: #212629;
  --border-strong: rgba(255,255,255,0.16);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-elevated: #141517;
  --color-bg-elevated-2: #191b1e;
  --color-bg-elevated-3: #212629;
  --color-bg-elevated-4: #2a3035;
  --color-surface: #191b1e;
  --color-surface-2: #212629;
  --color-surface-3: #2a3035;
  --color-text: #f0f0f0;
  --color-text-soft: #a1a4a5;
  --color-text-muted: #878d8f;
  --color-text-faint: #5e6466;
  --color-text-disabled: #3f4546;
  --color-brand: #f0f0f0;
  --color-brand-warm: #fafafa;
  --color-link-blue: #3b9eff;
  --color-link-blue-hover: #5fb1ff;
  --color-link-blue-soft: rgba(0,117,255,0.34);
  --color-link-blue-deep: #0075ff;
  --color-accent-mint: #3ddc84;
  --color-accent-amber: #ffba08;
  --color-accent-coral: #ff5e5b;
  --color-border: #212629;
  --color-border-soft: rgba(255,255,255,0.07);
  --color-border-strong: rgba(255,255,255,0.16);
  --color-shadow-card: rgba(0,0,0,0.40);
  --color-shadow-elev: rgba(0,0,0,0.60);
  --color-shadow-deep: rgba(0,0,0,0.80);
  --color-on-brand: #000000;
  --color-on-blue: #ffffff;
  --color-semantic-success: #3ddc84;
  --color-semantic-warning: #ffba08;
  --color-semantic-danger: #ff5e5b;
  --color-semantic-info: #3b9eff;

  /* type */
  --display-size: 144px;
  --h1-size: 96px;
  --h2-size: 64px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.015em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 48px;
  --space-xl: 80px;

  /* fonts */
  --font-display: 'domaine', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'commitMono', ui-monospace, monospace;
}
