.lexend-100 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.lexend-200 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.lexend-300 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.lexend-400 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lexend-500 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.lexend-600 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.lexend-700 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.lexend-800 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.lexend-900 {
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

/* Background */
.bg-primary {
    background-color: #0ba5ec !Important;
}

.bg-primary-200 {
    background-color: #b9e6fe !Important;
}

.bg-success {
    background-color: #17b26a !Important;
}

.bg-danger {
    background-color: #f04438 !Important;
}

.bg-warning {
    background-color: #f79009 !Important;
}

.bg-gray-100 {
    background-color: #F2F4F7;
}

/* Button */
.btn-primary {
    background-color: #0ba5ec !Important;
    border: 0px;
}

.btn-success {
    background-color: #17b26a !Important;
    border: 0px;
}

.btn-danger {
    background-color: #f04438 !Important;
    border: 0px;
}

.btn-warning {
    background-color: #f79009 !Important;
    border: 0px;
}

/* Text */
.text-primary {
    color: #0ba5ec !Important;
}

/* Border */
.border-primary-300 {
    border-color: #7cd4fd !Important;
}

.border-success-300 {
    border-color: #75e0a7 !Important;
}

th {
    color: #595c5f!Important;
}

body, .btn, select, input {
    font-size: 0.9em!Important;
}
