/*
  Pacaembu — arquivos em ./fonts/ (autocontidos para deploy estático).

  Se você tiver Web Project no Adobe Fonts, pode substituir este arquivo por:
  @import url("https://use.typekit.net/SEU_KIT_ID.css");
  (use o mesmo font-family "pacaembu" no kit ou ajuste styles.css)
*/

@font-face {
  font-family: "pacaembu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Pacaembu-Regular.woff") format("woff");
}

@font-face {
  font-family: "pacaembu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Pacaembu-Bold.woff") format("woff");
}

@font-face {
  font-family: "pacaembu";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Pacaembu-Black.woff") format("woff");
}

@font-face {
  font-family: "pacaembu";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Pacaembu-Ultra.woff") format("woff");
}
