@font-face {
    font-family: Gandom;
    src: url("../fonts/Gandom.ttf");
}

* {
    font-family: Gandom, sans-serif;
}


body{
    direction: rtl;
}

.base-color{
    background-color: #2A2E37;
}

.m-t-10{
    margin-top:  10px;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
