/*
Theme Name:   Waref Center
Description:  Waref Center Theme
Author:       Raafat Cattan
Author URI:   http://raafatc.unaux.com/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

@font-face {
    font-family: TheSans;
    src: url(https://warefcentre.com/wp-content/themes/hello-elementor-child/fonts/TheSansPlain.ttf);
}

body *::selection {
  color: white;
  background-color: var( --e-global-color-primary );
}

body *:not(i, .ab-icon) {
  font-family: TheSans !important;
}

.menu-item {
  min-height: 3rem;
}

.menu-item:hover {
  border-bottom: 2px solid white;
}

.menu-item.current-menu-item {
  border-bottom: 2px solid white;
}

.title-banner {
	color: white;
	font-size: 48px;
}

.site-branding .site-description {
  display: none;
}