/* Masagana Gas — Fonts
   Brand typeface: TT Norms Pro (TypeType), Trial edition, supplied by the user.
   Regular (400) and Medium (500), upright + italic. Italic is the display voice
   for question-led hero headlines; hierarchy still comes from size and space.
   Fallback: Helvetica Neue. */
@font-face {
  font-family: "TT Norms Pro";
  src: url("../assets/fonts/TTNormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../assets/fonts/TTNormsPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../assets/fonts/TTNormsPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../assets/fonts/TTNormsPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
