/* Modify typography */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500&display=swap');

* {
  font-family: 'Lora', sans-serif;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif !important;
}

/* Modify the separator color */
.intro-header hr, hr.small {
  border-color: #e74c3c !important;
  border-top: 3px solid #e74c3c !important;
}
