/* Palm & Salt — shared typography */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700&display=swap');

:root {
  --font-display: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-heading: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --heading-scale: 1.12;
}

.nav-logo,
.footer-logo,
.chat-brand,
.chat-fab-brand {
  font-family: var(--font-display);
}

h1,
h2,
h3,
h4,
.font-heading {
  font-family: var(--font-heading);
}
