/* === FONT HURRICANE === */
@font-face {
  font-family: 'Hurricane';
  src: url('/wp-content/uploads/fonts/Hurricane-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === H1 CON FONT HURRICANE === */
h1 {
  font-family: 'Hurricane', cursive !important;
  font-weight: normal !important;
}

/* === FONT HURRICANE === */
@font-face {
    font-family: 'HurricaneCustom';
    src: url('/wp-content/uploads/fonts/Hurricane-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* === H1 CON FONT HURRICANE === */
h1 {
    font-family: 'HurricaneCustom', cursive !important;
}

@font-face {
    font-family: 'HurricaneCustom';
    src: url('https://www.makkurodesign.com/wp-content/uploads/fonts/Hurricane-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FORZA Hurricane su tutti gli H1 */
h1,
h1 span,
h1 strong {
    font-family: 'HurricaneCustom', cursive !important;
    font-weight: normal !important;
}

/* =========================
   H1 ENORMI – MAKKURO
   ========================= */

h1 {
  font-family: 'Hurricane', cursive !important;
  font-size: 120px !important;
  line-height: 1.02 !important;
  font-weight: 400 !important;
}

/* MOBILE */
@media (max-width: 767px) {
  h1 {
    font-size: 80px !important;
    line-height: 1.10 !important;
  }
}