
/* Elegant font styling */
h1, h2, h3, h4, h5, h6,
.font-heading,
.section-title {
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
}

.font-base {
    font-family: var(--font-base);
    letter-spacing: 0.01em;
    line-height: 1.6;
}

/* Improve body text readability */
p, .text-body {
    font-family: var(--font-base);
    font-weight: 400;
    line-height: 1.7;
}

/* Accent font styling */
.font-accent, .font-latin {
    letter-spacing: 0.03em;
}
