html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background-color: #f7f7f7;
    font-family: 'Kanit', sans-serif;
}

button,
input,
select,
textarea {
    font-family: 'Kanit', sans-serif;
}

.navbar {
    background: #000 !important;
}

    .navbar-brand,
    .navbar .nav-link {
        color: white !important;
    }

.table th {
    background: #000 !important;
    color: white !important;
}
