@font-face {
    font-family: 'Lahzeh';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lahzeh/Lahzeh-Light.woff2') format('woff2'),
         url('fonts/lahzeh/Lahzeh-Light.woff') format('woff');
}

@font-face {
    font-family: 'Lahzeh';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/lahzeh/Lahzeh-Regular.woff2') format('woff2'),
         url('fonts/lahzeh/Lahzeh-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lahzeh';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lahzeh/Lahzeh-Regular.woff2') format('woff2'),
         url('fonts/lahzeh/Lahzeh-Regular.woff') format('woff');
}

:root{
--primary-ff:'Lahzeh' !important;
}
html,body,p,span,li,a,input,textarea,select,button,div,h1,h2,h3,h4,h5,h6,strong,b,.rey-headerAccount-count{
    font-family: 'Lahzeh';
}

body.rtl #wpadminbar *{
    font-family: 'Lahzeh';
}

* {
    font-synthesis: none;
}

/* contactfom7 rtl fix */
.wpcf7 {direction:rtl !important;}
element {
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  margin-left: .375rem;
}

.rey-sliderArrows .rey-arrowSvg.rey-arrowSvg--left {
    right: var(--arrow-side-spacing) !important;
    left: auto !important;
}

.rey-sliderArrows .rey-arrowSvg.rey-arrowSvg--right {
    left: var(--arrow-side-spacing) !important;
    right: auto !important;
}

