@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;700&display=swap');

html {
  font-family: 'Cormorant', serif;
  color: #1d2125;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 20px;
  line-height: 1.6;
  color: #1d2125;
  background-color: #ffffff;
  padding: 2rem;
}

h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #AA916D;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin-bottom: 1rem;
  color: #1d2125;
}

a {
  color: #AA916D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
