
/* Elegant Curvy Header Typography */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap');

header h1, header .logo, header .brand, nav .logo, nav .brand,
.site-title, .brand-name, .hero h1, .hero-title {
  font-family: 'Allura', 'Brush Script MT', 'Segoe Script', cursive !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  line-height: 1.05 !important;
  color: #F0D58A !important;
  text-shadow: 0 1px 10px rgba(201,154,61,.16);
}

header h2, .header-title, .section-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: .035em !important;
  color: #F0D58A !important;
}
