@import url("./fonts.css");

body {
    font-family: 'Estedad', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    height: 200%;
    /* Uses Estedad-FD-Regular */
}

h1 {
    font-weight: 900;
    /* Uses Estedad-FD-Black */
}

strong {
    font-weight: 700;
    /* Uses Estedad-FD-Bold */
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* لودر سفارشی */
.loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #f3f3f3;
    border-top-color: #FF9300;
    animation: spin 0.8s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

[x-cloak] {
    display: none !important;
}

.modal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
