/* Force Font Loading - Version 2.3 */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');

/* Force ALL heading styles with maximum specificity */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', 'Times New Roman', serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-weight: 400 !important;
}

h5 {
  letter-spacing: 0.3em !important;
}

/* Override any conflicting styles */
* {
  font-family: inherit !important;
}

/* Specific targeting for section headings */
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6 {
  font-family: 'Cinzel', 'Times New Roman', serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
}

.text-center h5 {
  letter-spacing: 0.3em !important;
}
