/* =====================================================================
   MIDAS — WEB FONTS (Pilat)
   Só @font-face. Pesos declarados: Cond Heavy 900 · Regular 400 · Demi 600.
   Fonte licenciada — servir do próprio domínio, não redistribuir.
   ===================================================================== */

@font-face {
  font-family: "Pilat Condensed Heavy";
  src: url("./midas ui/fonts/PilatCondensed-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pilat";
  src: url("./midas ui/fonts/Pilat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pilat";
  src: url("./midas ui/fonts/Pilat-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
