/**
 * BFA Theme — Elementor Integration Styles
 *
 * Aligns Elementor outputs with the theme design tokens.
 *
 * @package BFA
 */

.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg {
    border-radius: var(--bfa-radius-md);
    font-family: var(--bfa-font-body);
    font-weight: 600;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--bfa-font-heading);
    color: var(--bfa-color-dark);
}

.elementor-section.bfa-section-primary {
    background-color: var(--bfa-color-primary);
    color: #fff;
}

.elementor-section.bfa-section-light {
    background-color: var(--bfa-color-light);
}

/* Container max width matches theme container. */
.elementor-section-boxed > .elementor-container {
    max-width: var(--bfa-container);
}
