@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);

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
div {
    font-family: "Inter", "Battambang", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.select2-selection{
    height: 35px !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

.select2-selection__placeholder{
    font-size: 14px;
    color: #555 !important;
}
.select2-selection__rendered{
    font-size: 14px;
    padding: 0px 5px !important;
}
