/**
 * Generated from Rare Beauty — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fdf6f0;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #bcbcbc;
  --brand: #9b6dd4;
  --on-brand: #ffffff;
  --border: #e8dccd;
  --border-strong: #cdb89c;
  --success: #3d8b62;
  --warning: #cb9c45;
  --danger: #a85353;

  /* full color palette */
  --color-bg: #fdf6f0;
  --color-bg-soft: #faf0e6;
  --color-bg-deeper: #f5e8d8;
  --color-bg-warm: #fdf3e8;
  --color-surface: #ffffff;
  --color-surface-soft: #fdf8f0;
  --color-surface-cream: #f9efe0;
  --color-brand: #9b6dd4;
  --color-brand-hover: #8557c0;
  --color-brand-pressed: #6e44a8;
  --color-brand-deep: #583590;
  --color-brand-tint: #e8dbf5;
  --color-brand-soft: #d2bfe8;
  --color-on-brand: #ffffff;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #9b6dd4;
  --color-link-hover: #6e44a8;
  --color-selected-bg: #e8dbf5;
  --color-border: #e8dccd;
  --color-border-strong: #cdb89c;
  --color-border-soft: #f0e6d8;
  --color-border-brand: #9b6dd4;
  --color-blush: #e8a8a8;
  --color-rose: #d4847a;
  --color-amber: #cb9c45;
  --color-success: #3d8b62;
  --color-warning: #cb9c45;
  --color-danger: #a85353;
  --color-info: #9b6dd4;

  /* type */
  --display-size: 72px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.65;
  --display-tracking: -0.015em;

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

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

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