html, body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1110px;
    padding-left: 12px;
    padding-right: 12px;
}
.header-overlay {
    background-blend-mode: screen;
    background: #3F95E3;
    background: linear-gradient(90deg, #3F95E3 13.9%, rgba(63, 149, 227, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
