@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.otf") format("opentype"),
    url("../fonts/Satoshi-Bold.otf") format("opentype"),
    url("../fonts/Satoshi-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Guttaperka";
  src: url("../fonts/Guttaperka-Bold.ttf") format("truetype"),
    url("../fonts/Guttaperka-Semibold.otf") format("opentype"),
    url("../fonts/Guttaperka-Medium.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Satoshi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Guttaperka", serif;
}
