/* Font Fix for Ulikett */
@font-face {
  font-family: 'Zona Pro ExtraBold';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/Zona%20Pro%20ExtraBold.otf') format('opentype');
}

/* Ensure Open Sans is loaded */
body {
  font-family: 'Open Sans', sans-serif !important;
}

h1, h2, .h1, .h2 {
  font-family: 'Zona Pro ExtraBold', sans-serif !important;
}
