 @font-face {
        font-family: 'iransans';
        src: url("../farsi-fonts/woff/IRANSansXFaNum-DemiBold.woff") format('woff2');
        font-weight: normal;
        font-style: normal;
    }
body {
    background-color: #131313;
    font-family: 'iransans', sans-serif;
}
label,p,li,ul{
    color: white;
}

.card {
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.btn-success {
    width: 100%;
}
