@font-face {
    font-family: vazir;
    src: url('/farsi-font/Vazir.eot');
    src: url('/farsi-font/Vazir.eot?#iefix') format('FontName-opentype'), url('/farsi-font/Vazir.woff') format('woff'), url('/farsi-font/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
    font-family: vazir !important;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: vazir !important;
    margin-bottom: 60px;
    background-color: #f0f2f7;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 10px;
}
