@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.skin-blue {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

.skin-blue input[type="text"], 
.skin-blue input[type="password"], 
.skin-blue input[type="search"], 
.skin-blue input[type="email"], 
.skin-blue input[type="number"], 
.skin-blue input[type="url"],
.skin-blue label,
.skin-blue .sidebar-menu,
.skin-blue a,
.skin-blue select,
.skin-blue .btn.btn-flat,
.skin-blue textarea,
.skin-blue h1,
.skin-blue h2,
.skin-blue h3,
.skin-blue p {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

.skin-blue .table > thead > tr > th, 
.skin-blue .table > tbody > tr > th, 
.skin-blue .table > tfoot > tr > th, 
.skin-blue .table > thead > tr > td, 
.skin-blue .table > tbody > tr > td, 
.skin-blue .table > tfoot > tr > td,
.skin-blue .table > thead > tr:first-child > th {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

