/* Local font fallbacks for Playfair Display and DM Sans */
/* When hosting locally, replace these with actual downloaded font files */

/* Playfair Display fallback - serif stack */
.playfair-fallback {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', serif;
}

/* DM Sans fallback - sans-serif stack */
.dmsans-fallback {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
