/* Override default font family */
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p,
.navbar,
.brand,
.btn,
.td-name,
.form-control,
.input-group .input-group-text,
.card-title,
.category,
.card-stats .numbers p {
    font-family: 'Inter', sans-serif !important;
}

/* Font weights */
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-semibold {
    font-weight: 600 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-extrabold {
    font-weight: 800 !important;
}
