@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400&display=swap");

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  max-width: 100vw;
  overflow-x: hidden;
  counter-reset: div;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

textarea,
input {
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  user-select: none;
}
a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button {
  cursor: pointer;
  user-select: none;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
