h1,
h2,
.card-header,
.navbar-brand {
    font-family: 'Anton', sans-serif !important;
    font-weight: 400;
}

.navbar-brand {
    font-size: 26px;
}

.user-table tr td:first-child,
#dropdownMenuButton {
    font-weight: 400;
    font-family: 'Anton';
    font-size: 20px;

}

body,
html {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-height: 100vh;
}




.navbar-spark {
    background: rgba(32, 34, 33, 1);
    color: #fff;
}


.active-input {
    border: 1px solid #333;
    border-radius: 5px;

}

.red-input {
    border: 1px solid #F56C6C !important;
}

.red-filled {
    background: #F56C6C !important;
    color: #fff !important;
}

.el-table__row td:hover {
    cursor: pointer;
}

.explanation-table tr td {
    padding: 6px;
}