/* ============================================================
   Koala — Fonts
   Manual de Marca 2026: three families.
   · Instrument Serif — editorial headlines, large sizes, short text
   · Gordita — geometric titles, UI, labels, contrast
   · Fira Sans — neutral body, long-form text
   Instrument Serif & Fira Sans load from Google Fonts;
   Gordita is Koala's licensed typeface (local OTF).
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

/* ---- Gordita (local) ---- */
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Light.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-LightItalic.otf") format("opentype");
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-RegularItalic.otf") format("opentype");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-MediumItalic.otf") format("opentype");
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-BoldItalic.otf") format("opentype");
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Black.otf") format("opentype");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-BlackItalic.otf") format("opentype");
  font-weight: 900; font-style: italic; font-display: swap;
}
