@font-face {
  font-family: Inter Regular;
  font-style: normal;
  font-weight: 400;
  src: url(resources/Inter-Regular.otf);
}

@font-face {
  font-family: Inter Bold;
  font-style: normal;
  font-weight: 700;
  src: url(resources/Inter-Bold.otf);
}

body {
  background-color: #fff0f5;
  font-family: Inter Regular, sans-serif;
  letter-spacing: -0.015rem;
  font-feature-settings: "cv11", "ss03";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 1rem;
  font-weight: 400;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  min-height: 90vh;
  padding: 0 1.5rem;
}

.main {
  display: block;
}

h1 {
  color: rgba(105, 36, 61, 1);
  font-family: larken, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(1.5vw + 1em);
  margin-bottom: -0.5rem;
}

h2 {
  color: rgba(105, 36, 61, 1);
}

h3 {
  margin-top: 3rem;
  margin-bottom: -0.85rem;
  color: rgba(105, 36, 61, 0.45);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: Inter Bold;
  letter-spacing: 0.015rem;
}

p {
  color: rgba(105, 36, 61, 0.8);;
  line-height: 1.4rem;
  margin-bottom: -0.85rem;
}

.light {
  background-color: rgba(105, 36, 61, 0.1);
  border-radius: 100px;
  color: rgba(105, 36, 61, 0.55);
  font-size: 0.85rem;
  margin-left: 0.15rem;
  padding: 0.15rem 0.45rem 0.15rem 0.45rem;
  white-space: nowrap;
}

a {
  color: rgba(105, 36, 61, 0.8);
}

a:hover {
  color: rgba(105, 36, 61, 0.55);
}

a:onclick {
  color: rgba(105, 36, 61, 0.825);
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 0.65rem;
  }
  p {
    font-size: 0.9rem;
  }
}
