@font-face {
    font-family: Sahel;
    src: url('../fonts/Sahel.eot');
    src: url('../fonts/Sahel.eot?#iefix') format('embedded-opentype'), url('../fonts/Sahel.woff2') format('woff2'), url('../fonts/Sahel.woff') format('woff'), url('../fonts/Sahel.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: FMitra;
    src: url('../fonts/F_MITRA.TTF');
    font-weight: normal;
}

* {
    font-family: "Sahel";
    font-size: 14px;
}

.pointer:hover {
    cursor: pointer;
}

.card__title{
    font-family: "Sahel" !important;
}
text{
    font-family: "Sahel" !important;
}
.mini-toastr{
    top: auto !important;
    bottom: 30px;
    right: auto !important;
    left: 0;
    font-family: "Sahel" !important;
    font-size: 16px
}
.overline{
    font-family: "Sahel" !important;
}