@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Cormorant+Garamond:wght@500&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap");

@import url("components/container.css");
@import url("components/avatar.css");
@import url("components/button.css");
@import url("components/banner.css");
@import url("components/card.css");

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F3F7F1;
  color: #1f3022;
}

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

h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 60px;
  margin: 0;
  color: #1E3A2B;
}

h2, h3, h4 {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #2F4D3A;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #3B5442;
}

.section-title {
  font-size: 42px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  color: #2F4D3A;
  margin-top: 50px;
  margin-bottom: 40px;
}
