@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Zalando";
  src: url("/fonts/ZalandoSansExpanded-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, sans-serif;
}

main {
  background: url("/bg-body.png") bottom/contain no-repeat;
}

.font-zalando,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zalando", system-ui, sans-serif;
  text-transform: uppercase;
}

.weight-thite {
  font-weight: 700;
}

.font-weight-light {
  font-weight: 300;
}

header nav ul {
  font-family: "Zalando", system-ui, sans-serif;
  letter-spacing: 0.08em;
}

.catgeory-5k {
  background: #d80000 url("/mask-hitam.png") top/cover no-repeat;
}

.catgeory-10k {
  background: #d80000 url("/mask-kuning.png") bottom/cover no-repeat;
  background-size: 100% 40%;
}

.catgeory-kids {
  background: #fff url("/kids.png") bottom/cover no-repeat;
  background-position: -5px 70%;
  background-size: 105% 70%;
}

@media (max-width: 640px) {
  header nav ul {
    gap: 0.6rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
}
