@import url(https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

.logo {
    font-weight: bold !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
div {
    font-family: "Inter", "Battambang", sans-serif !important;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.form-control:focus {
    border: 1px solid #34495e;
}

