/* Futura Hv BT — display headings (heavy weight only) */
@font-face {
  font-family: "Futura Hv BT";
  src: url('../fonts/futura-hv-bt-heavy.ttf') format('truetype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Variable — subheadings + body (100–900) */
@font-face {
  font-family: "Satoshi Variable";
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
