/*
 Theme Name:   Astra Child
 Theme URI:    https://your-site.com
 Description:  Child theme for Astra
 Author:       Your Name
 Author URI:   https://your-site.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* Target actual text elements directly */
p, span, a, li, label,
h1, h2, h3, h4, h5, h6,
input, textarea, select, button,
div {
    font-family: 'SunwaySans', sans-serif !important;
}

/* Specific Elementor text elements */
.elementor-heading-title,
.elementor-text-editor p,
.elementor-text-editor,
.elementor-button,
.elementor-icon-list-text {
    font-family: 'SunwaySans', sans-serif !important;
}

/* Navigation and menus */
.menu-item a,
.nav-menu a,
.site-header *,
.ast-builder-menu * {
    font-family: 'SunwaySans', sans-serif !important;
}

/* Body text */
body {
    font-family: 'SunwaySans', sans-serif !important;
}