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

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri\ Regular.ttf") format("truetype");
}

body {
  background-color: #eaddd2;
  font-family: "Calibri", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}

main {
  padding: 10px 0 55px 0;
}

@media screen and (max-width: 900px) {
  #scrollToTop {
    margin-top: 50px;
  }
}

.price:before,
#cartPage .amount:before {
  content: "$";
}
#cartPage .quantity:before {
  content: "x";
}
