@font-face {
    font-family: Noto;
    src: url('../fonts/NotoSansSoutheastAsian-Regular.ttf');
}

body{
    font-family: "Noto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

button, span, p, div, h1, h2, h3, h4, h5, h6, a, label, td, th {
    font-family: "Noto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.badge-primary{
    background-color: #0062cc;
}
.badge-secondary{
    background-color: #545b62;
}
.badge-success{
    background-color: #1e7e34;
}
.badge-danger{
    background-color: #bd2130;
}
.badge-warning{
    background-color: #ffc107;
}
.badge-info{
    background-color: #117A8B;
}
.badge-dark{
    background-color: #1D2124;
}
.custom-tb td,
.custom-tb th{
    padding: 5px 10px;
}
