/* Import Font */
@font-face {
    font-family: "Tanha";
    src: url("../fonts/tanha/Tanha.eot");
    src: url("../fonts/tanha/Tanha.eot?#iefix") format("embedded-opentype"),
        url("../fonts/tanha/Tanha.woff2") format("woff2"),
        url("../fonts/tanha/Tanha.woff") format("woff"),
        url("../fonts/tanha/Tanha.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "Tanha", "Source Serif Pro", serif;
    font-weight: normal;
    font-size: 1rem !important;
}

.bg-blue {
    background-color: #f2f7ff;
}

.mt-50vh {
    margin-top: 30vh !important;
}

.bg-errors {
    /* تولید شده توسط سایت آموزشی فری لرن */
    background: #200122;
    background: -webkit-linear-gradient(to right, #6f0000, #200122);
    background: linear-gradient(to right, #6f0000, #200122);
    /* تولید شده توسط سایت آموزشی فری لرن */
}