@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body,
button,
input,
textarea,
select {
    font-family: 'Inter', sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

.services-group h2 {
    font-size: 1rem !important;
}

.information-widget-greeting {
    font-family: "Inter" !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

::-webkit-scrollbar {
    width: 1px !important;
}

#footer {
    display: none;
}