/* Nutalmond webfonts — Google Fonts (brand-confirmed pairing per nutalmond-design-system.md).
   Display: DM Serif Display — headlines, section titles, card titles. Single weight (400) by design.
   Body/UI: Poppins — body copy, labels, buttons, nav.
   Fallback if DM Serif Display reads too heavy at hero sizes: Cormorant Garamond.
   The script lettering in "joyfully healthy" lives only inside the logo artwork — never re-set it in type.
   Playfair Display, Fraunces, Inter and Nunito are additional curated options the admin panel's
   font picker can switch --font-display/--font-sans to — loaded upfront here (rather than the
   admin panel injecting an arbitrary font URL at runtime) so only these vetted, pre-approved
   families are ever selectable. */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Cormorant+Garamond:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Fraunces:ital,wght@0,400;0,500;0,600;1,400&family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap");
