:root{
  --pink: #ff69b4;
  --rose: #db7093;
  --blush: #ffe4e1;
  --bg: #fef9f9;
  --card-border: #ffb6c1;
  --text: #333;
  --max-width: 1200px;
  --radius: 10px;
  --gap: 1.25rem;
  --nav-height: 56px;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --base-font-size: 16px;
  --line-height: 1.45;
  --focus-shadow: 0 0 0 4px rgba(219,112,147,0.12);
  --bp-sm: 480px;
  --bp-md: 820px;
  --bp-lg: 1100px;
}
