* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #000000;
  min-width: 1100px;
  max-width: 1440px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  font-size: 20px;
  line-height: 1.4;
}

h1, h2, h3 {
  font-family: "EB Garamond", serif;
  font-weight: 700;
}
