/* Cozy Serif Duo by Lunara Mistrielle ☕
 * Display: Playfair Display  ·  Body: Lora
 */
/* <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;800&family=Lora:wght@400;500;600&display=swap" rel="stylesheet"> */
:root {
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Lora", Georgia, serif;
}
body { font-family: var(--font-body); line-height: 1.7; }
h1,h2,h3 { font-family: var(--font-display); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; font-weight: 800; }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 600; }
