/* Fonte site */
@font-face {
  font-family: "Grotesca";
  src: local("Grotesca"), local("Grotesca-Regular"),
    url("../fonts/Grotesca-Regular.woff") format("woff"),
    url("../fonts/Grotesca-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GrotescaCondensed";
  src: local("Grotesca"), local("Grotesca-RegularCondensed"),
    url("../fonts/Grotesca-RegularCondensed.woff") format("woff"),
    url("../fonts/Grotesca-RegularCondensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grotesca";
  src: local("Grotesca"), local("Grotesca-Bold"),
    url("../fonts/Grotesca-Bold.woff") format("woff"),
    url("../fonts/Grotesca-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GrotescaCondensed";
  src: local("Grotesca"), local("Grotesca-BoldCondensed"),
    url("../fonts/Grotesca-BoldCondensed.woff") format("woff"),
    url("../fonts/Grotesca-BoldCondensed.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
