﻿@font-face {
    font-family: Sahel;
    src: url('../fonts/Sahel.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Sahel;
    src: url('../fonts/Sahel-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Sahel;
    src: url('../fonts/Sahel-Black.ttf');
    font-weight: 900;
}

.body {
    font-family: "Sahel";
    text-align: right;
}

.ltr {
    text-align: left;
    direction: ltr;
    float: left;
}

.align-text-reverse {
    text-align: left;
}

table.dataTable th {
    text-align: right !important;
}