/* "Warm Atelier" design — a warm, boutique/editorial look: a characterful
   serif display face paired with a clean grotesque body face. Fits craft,
   hospitality-adjacent and studio-style small businesses without being tied
   to any one industry. One of 3 designs — see src/white-new/blueprint.js.

   Color and corner-radius are NOT this design's identity — both are
   independent axes any design can draw from (see templates/white-new/
   palettes.css and base.css's "Decoration system" block), so this file only
   ever carries the one thing that IS fixed per design: its font pairing. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&display=swap');

:root {
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
