/* Lux Marketing Agency - Font Styles - Scoped to .lux-content */

/* Body text - Inter */
.lux-content,
.lux-content .paragraph,
.lux-content .nav-link,
.lux-content .button,
.lux-content .text-link,
.lux-content input,
.lux-content textarea,
.lux-content select {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Headings - Cardo */
.lux-content h1, .lux-content h2, .lux-content h3, .lux-content h4, .lux-content h5, .lux-content h6,
.lux-content .h1-heading,
.lux-content .h2-heading,
.lux-content .h3-heading,
.lux-content .h4-heading,
.lux-content .h5-heading,
.lux-content .h6-heading {
    font-family: "Cardo", Georgia, "Times New Roman", Times, serif !important;
    font-weight: 700;
}

/* Fine-tune font weights for Inter */
.lux-content {
    font-weight: 400;
}

.lux-content .paragraph {
    font-weight: 400;
    line-height: 1.6;
}

.lux-content .nav-link {
    font-weight: 500;
}

.lux-content .button {
    font-weight: 600;
}

/* Heading weights */
.lux-content h1, .lux-content .h1-heading {
    font-weight: 700;
}

.lux-content h2, .lux-content .h2-heading {
    font-weight: 700;
}

.lux-content h3, .lux-content .h3-heading {
    font-weight: 600;
}

.lux-content h4, .lux-content .h4-heading {
    font-weight: 600;
}

.lux-content h5, .lux-content .h5-heading, .lux-content h6, .lux-content .h6-heading {
    font-weight: 600;
}
