/* 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;
}

@media only screen and (max-width: 768px) {
    .mt-30vh {
        margin-top: 5vh;
    }
}

@media only screen and (min-width: 768px) {
    .mt-30vh {
        margin-top: 30vh !important;
    }
}