:root {
  /* Colors */
  --ink:     #1C1B1A;
  --paper:   #FAF6F0;
  --emerald: #2F6B5E;
  --emerald-dark: #265e52;
  --sage:    #E4ECE7;
  --sage-deep: #D4E0DA;
  --gray:    #6B6863;
  --white:   #FFFFFF;

  /* Borders */
  --border-subtle: rgba(28, 27, 26, 0.08);
  --border-strong: rgba(28, 27, 26, 0.14);
  --border-emerald: rgba(47, 107, 94, 0.4);

  /* Typography */
  --font-display: 'Lora', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;
  --text-7xl:  4.5rem;

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Cards / Surfaces */
  --radius-sm:   10px;
  --radius-card: 14px;
  --radius-lg:   20px;
  --radius-full: 9999px;

  --shadow-card:  0 1px 2px rgba(28, 27, 26, 0.04), 0 6px 20px rgba(28, 27, 26, 0.05);
  --shadow-hover: 0 4px 10px rgba(28, 27, 26, 0.07), 0 16px 40px rgba(28, 27, 26, 0.10);

  /* Transitions */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 240ms;
}
