@font-face {
    font-family: "Estedad";
    font-weight: 100;
    src: url('/fonts/Estedad-Thin.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 200;
    src: url('/fonts/Estedad-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 300;
    src: url('/fonts/Estedad-Light.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 400;
    src: url('/fonts/Estedad-Regular.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 500;
    src: url('/fonts/Estedad-Medium.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 600;
    src: url('/fonts/Estedad-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 700;
    src: url('/fonts/Estedad-Bold.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 800;
    src: url('/fonts/Estedad-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 900;
    src: url('/fonts/Estedad-Black.woff2') format('woff2');
}

@font-face {
    font-family: "Vazirmatn";
    src: url('/fonts/Vazirmatn[wght].woff2') format('woff2');
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}


.font_vazir,
.font_vazir * {
    font-family: "Vazirmatn" !important;
}

.vazir_bold {
    font-family: Vazirmatn;
    font-weight: 900
}



* {
    font-family: "Estedad";
}

.navbar_list a {
    transition: .1s;
    padding: .3rem 1rem;
    border-radius: .5rem;
    color: #002288;
    display: inline-block;
    font-weight: bold;
    /* background: #ffffff24; */
}

.navbar_list a:hover {
    background: #ffffff49;
}




/* bs5 coustom */
@media (min-width: 750px) {
    .rounded-md-5 {
        border-radius: var(--bs-border-radius-2xl) !important;
    }
}