/**
 * Fonte própria IBG Sans — 3 pesos em /fonts/
 * Família CSS: "IBG"
 *
 * Light  → 100–400 (corpo, menu, textos longos)
 * Medium → 500–600 (eyebrows, UI)
 * Bold   → 700–900 (títulos curtos / CTA)
 */

@font-face {
  font-family: "IBG";
  src: url("../fonts/ibg-Sans-Light.otf") format("opentype");
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBG";
  src: url("../fonts/ibg-Sans-Medium.otf") format("opentype");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBG";
  src: url("../fonts/ibg-Sans-Bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
