/**
 * Hurme Geometric Sans 2 — the sole sanctioned brand typeface.
 *
 * Only the weights the V3 design actually uses are shipped: SemiBold 600,
 * Bold 700 and Black 900, plus the obliques used for callouts. The lighter
 * cuts (Hairline/Thin/Light/Regular) exist in the design handoff but are not
 * referenced by the brochure layout, so they are deliberately not loaded.
 *
 * Hurme Geometric Sans 1 is NOT a sanctioned brand family. The FY26 brand book
 * (p. 16) names Sans 2 as the sole brand typeface; do not add Sans 1 back.
 *
 * Licensing: Hurme is a commercial face. Digicel's web-font licence must be
 * confirmed for the production domain before go-live.
 */

@font-face {
  font-family: "Hurme Geometric Sans 2";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/HurmeGeometricSans2-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Hurme Geometric Sans 2";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/HurmeGeometricSans2-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Hurme Geometric Sans 2";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../../fonts/HurmeGeometricSans2-BoldOblique.woff2") format("woff2");
}

@font-face {
  font-family: "Hurme Geometric Sans 2";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/HurmeGeometricSans2-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Hurme Geometric Sans 2";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("../../fonts/HurmeGeometricSans2-BlackOblique.woff2") format("woff2");
}
