/**
 * Generated from Descript — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fff7fa;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #a8949c;
  --brand: #651a39;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000026;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fff7fa;
  --color-bg-soft: #fffafc;
  --color-bg-tertiary: #fef0f4;
  --color-surface: #ffffff;
  --color-surface-rose: #f7e8ed;
  --color-text: #1a1a1a;
  --color-text-strong: #26171d;
  --color-text-medium: #4a3540;
  --color-text-soft: #7a6770;
  --color-text-faint: #a8949c;
  --color-text-muted: #c9b9bf;
  --color-brand: #651a39;
  --color-brand-hover: #4a1129;
  --color-brand-deep: #3a0d20;
  --color-brand-soft: #fde2eb;
  --color-brand-tint: #f5cdda;
  --color-on-brand: #ffffff;
  --color-accent-red: #f73b3b;
  --color-accent-orange: #ff5340;
  --color-accent-orange-soft: #ffd6cc;
  --color-accent-coral: #ff7a5c;
  --color-accent-rose: #ff4d7c;
  --color-link: #651a39;
  --color-link-hover: #4a1129;
  --color-selected-bg: #fde2eb;
  --color-disabled: #c9b9bf;
  --color-border: #0000001a;
  --color-border-strong: #00000026;
  --color-border-subtle: #00000010;
  --color-border-brand: rgba(101, 26, 57, 0.30);
  --color-success-bg: #d9eedb;
  --color-success-text: #1f4d2c;
  --color-warning-bg: #fff0d6;
  --color-warning-text: #7a4a00;
  --color-danger-bg: #fde2eb;
  --color-danger-text: #651a39;
  --color-info-bg: #e6e8f5;
  --color-info-text: #2a2a4a;

  /* type */
  --display-size: 96px;
  --h1-size: 72px;
  --h2-size: 48px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 8px;
  --space-lg: 24px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Brett', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Booton', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Brett', Georgia, serif;
}
