/* Conecterra webfonts — Gotham (provided: Light + Bold only) */

@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham Light reused as the regular weight (no Book/Regular file provided) */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold reused for the 500/600 range so medium UI text stays on-brand
   until a Gotham Book/Medium file is supplied. */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
