/* ny typography — display serif + light geometric body */
:root {
  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --font-body: "Sora", "Avenir Next", "Segoe UI", system-ui, sans-serif;
}
