@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Instrument+Sans:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  --color-plum: #2a1236;
  --color-ivory: #f8f4ed;
  --color-brand-ivory: #f2e8d7;
  --color-mauve: #9b7b8a;
  --color-gold: #d4af37;
  --color-rose: #c4937a;
  --color-white: #ffffff;
  --color-ink-soft: rgba(42, 18, 54, 0.74);
  --color-ivory-soft: rgba(248, 244, 237, 0.78);
  --color-border: rgba(42, 18, 54, 0.11);
  --color-border-strong: rgba(42, 18, 54, 0.26);
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-accent: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --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;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-soft: 0 22px 64px rgba(42, 18, 54, 0.1);
  --container: min(100% - 32px, 1180px);
  --reading: 67ch;
  --focus: 0 0 0 3px rgba(212, 175, 55, 0.42);
}
