/* @import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&display=swap");

@font-face {
  font-family: "AktivGrotesk";
  src:
    url("../fonts/AktivGrotesk-Regular.ttf") format("truetype"),
    url("../fonts/AktivGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src:
    url("../fonts/AktivGrotesk-Bold.ttf") format("truetype"),
    url("../fonts/AktivGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
