/* design-tokens.css — mayankgogia.in */
/* Generated: 2026-03-05 */
/* Mood: Warm, honest, unhurried, slightly playful */

:root {
  /* Colors */
  --color-bg: #faf9f6;
  --color-bg-alt: #f2f0eb;
  --color-bg-note: #fff8e7;
  --color-text: #2d2d2d;
  --color-text-muted: #7a7a7a;
  --color-primary: #c4653a;
  --color-primary-hover: #a8502a;
  --color-border: #e8e5e0;

  /* Typography */
  --font-heading: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --line-height-tight: 1.2;
  --line-height-normal: 1.7;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Spacing (4px base) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;

  /* Layout */
  --max-width: 700px;
  --nav-height: 60px;
  --border-radius: 4px;
  --border-radius-note: 2px;
}
