:root {
    --heading-fonts: 'IRANYekanX',"Lato", sans-serif;
    --body-fonts: 'IRANYekanX',"Lato", sans-serif;
}

*, body{
    font-family: 'IRANYekanX',"Inter","Lato", sans-serif;
}


.banner-shape-1 {
    position: absolute;
    inset-inline-end: 0;
    inset-inline-start: unset !important;
    top: -130px;
}
.banner-shape-2 {
    inset-inline-end:unset !important;
    inset-inline-start: 0 !important;
    z-index: 50;
}

.navbar-bottom-wrapper .menu {
    display: flex;
    margin-inline-start: unset;
    margin-inline-end: auto;
    transition: all ease 0.3s;
    transform-origin: top;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANYekanX',"Lato", sans-serif !important;
}
.contact-item ul li a > a.gv-tel-link {
    direction: ltr !important;
}
a:has(> .gv-tel-link)  {
    color: red;
    direction: ltr !important;
}

