@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");

:root[data-theme="light"] {
}

:root[data-theme="dark"] {
}

:root {
    --font-heading: 'Playfair Display', serif;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6,
.hero-title,
.section-title,
.feature-title,
.cta-title {
    font-family: var(--font-heading), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

