@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: normal;
    src: local(vazir) url('../fonts/Vazir-Medium-FD.eot');
    src: local(vazir) url('../fonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/Vazir-Medium-FD.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Vazir-Medium-FD.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Vazir-Medium-FD.ttf') format('truetype');
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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 {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    background-color: #2f3542 !important;
    color: #dfdfdf !important;
    font-family: vazir !important;
}

.navbar-brand {
    color: #dfdfdf !important;
}

#goToTop {
    position: fixed;
    left: 10px;
    bottom: 10px;
    border: none;
    background-color: #FF9E22;
    padding: 5px 10px;
    border-radius: 5px;
}

    #goToTop i {
        color: white;
    }
