@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital@0;1&display=swap";

/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-size: 16px;
  font-family:
    "Nunito",
    system-ui,
    sans-serif;
  line-height: 1.65;
  color: #1a2e28;
  background: #c4d7d1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}
h1 {
  font-size: 38px;
  font-family:
    "Playfair Display",
    Georgia,
    serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 72px;
  }
}
h2 {
  font-family:
    "Playfair Display",
    Georgia,
    serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 52px;
  }
}
h3 {
  font-family:
    "Playfair Display",
    Georgia,
    serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 36px;
  }
}
h4 {
  font-family:
    "Playfair Display",
    Georgia,
    serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
a {
  color: inherit;
}
strong {
  font-weight: 700;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
