/* Fallback to web-safe serif and sans-serif fonts that match the style */
body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.company-name,
.section-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

/* Playfair Display - Elegant serif alternative using Georgia */
.playfair-display {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
}

/* Poppins - Modern sans-serif alternative using system fonts */
.poppins {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

