/* Horizon font bundle (from Horizon_Web.zip)
 * Exposes multiple family names to avoid mismatches:
 *  - "Horizon"
 *  - "Horizon-Bold" (alias, same file)
 *  - "HORIZON BOLD" (alias, same file)
 */

@font-face {
  font-family: 'Horizon';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Horizon-Bold';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HORIZON BOLD';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- Added alias faces for entity H1 (HORIZON BOLD) --- */
@font-face {
  font-family: 'HORIZON BOLD';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HORIZON BOLD';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Horizon';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Horizon-Bold';
  src: url('../fonts/horizon.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

