/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* This targets the entire site when the language is set to Arabic */
html[lang="ar"] body, 
html[lang="ar"] h1, 
html[lang="ar"] h2, 
html[lang="ar"] h3, 
html[lang="ar"] h4, 
html[lang="ar"] h5, 
html[lang="ar"] h6,
html[lang="ar"] p {
    font-family: 'Cairo', sans-serif !important;
}

/* Optional: Adjust line height for Arabic which usually needs more space */
html[lang="ar"] body {
    line-height: 1.6;
}

/* Targets the Bricks Nav Menu links specifically for Arabic */
html[lang="ar"] .bricks-nav-menu .menu-item a,
html[lang="ar"] .bricks-nav-menu .bricks-mobile-menu a {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 500; /* Optional: Cairo looks better slightly bold in menus */
}

/* Targets the Top Bar/Header contact info if they aren't changing */
html[lang="ar"] .brxe-text, 
html[lang="ar"] .brxe-icon-box {
    font-family: 'Cairo', sans-serif !important;
}