@font-face {
  font-family: "Gaegu";
  src: url("../fonts/Gaegu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gaegu";
  src: url("../fonts/Gaegu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --heading-brown: #403935;
  --text-muted: #766a5f;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
button {
  font-family: "Gaegu", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: var(--heading-brown);
}

h1,
h2,
h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 48px;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  line-height: 30px;
}

h3 {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  color: var(--text-muted);
}

h4 {
  font-size: 24px;
  line-height: 24px;
}

p,
li {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-muted);
}

@media (max-width: 700px) {
  h1 {
    font-size: 40px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
