/* ============================================
   Global Typography Override - Lexend Deca Font
   ============================================ */

/* Force Lexend Deca on ALL headings globally */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 700 !important;
}

/* Specific heading styles */
h1, .h1 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 800 !important;
}

h2, .h2 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 800 !important;
}

h3, .h3 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 700 !important;
}

h4, .h4 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 700 !important;
}

h5, .h5 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 600 !important;
}

h6, .h6 {
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 600 !important;
}

/* Override any other font declarations */
* h1, * h2, * h3, * h4, * h5, * h6 {
  font-family: 'Lexend Deca', sans-serif !important;
}
