/* Add custom CSS styles below */ 
/* تغيير لون أيقونات الهيدر */
header svg,
header i,
header a,
header button,
header span {
    color: #C8A45A !important;
    fill: #C8A45A !important;
    stroke: #C8A45A !important;
}

/* تغيير لون كلمة القائمة */
header .text,
header .label,
header .menu,
header .nav {
    color: #C8A45A !important;
}