/* Force Archivo Black on all headings */
h1, h2, h3, h4, h5, h6, 
.elementor-heading-title, 
.elementor-widget-heading .elementor-heading-title,
.ka-main-content h1, .ka-main-content h2, .ka-main-content h3, .ka-main-content h4, .ka-main-content h5, .ka-main-content h6 {
    font-family: 'Archivo Black', sans-serif !important;
    font-weight: 400 !important;
}

/* Force Inter on all body text */
body, p, a, span, div, li, td, th, input, select, textarea, button,
.elementor-text-editor, 
.elementor-widget-text-editor,
.ka-main-content, .ka-main-content p, .ka-main-content span, .ka-main-content a, .ka-main-content div {
    font-family: 'Inter', sans-serif !important;
}

/* Exclude FontAwesome/Icons from being forced to Inter */
.fas, .far, .fab, .fal, .fad, .fa, .ka-icon {
    font-family: \"Font Awesome 5 Free\", \"Font Awesome 5 Brands\", \"FontAwesome\", \"kursagenten-icons\" !important;
}

/* Force Elementor Global Colors Override */
:root {
    --e-global-color-primary: #2A3B73 !important;
    --e-global-color-secondary: #B31316 !important;
    --e-global-color-text: #333333 !important;
    --e-global-color-accent: #B31316 !important;
    
    --e-global-typography-primary-font-family: 'Archivo Black' !important;
    --e-global-typography-secondary-font-family: 'Inter' !important;
    --e-global-typography-text-font-family: 'Inter' !important;
    --e-global-typography-accent-font-family: 'Inter' !important;
}

/* Specific overrides for Norwegian pages/Kursagenten plugins */
.elementor-button {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    background-color: #B31316 !important;
}

.ka-button, .courselist-button, .pameldingsknapp {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    background-color: #B31316 !important;
}

.course-title a {
    font-family: 'Archivo Black', sans-serif !important;
    color: #2A3B73 !important;
}
