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

:root {
    font-family: 'Montserrat', sans-serif;
    color: #2F5597;
}

.bg {
    background-image: url("img/background.svg");
    /* Full height */
    height: 100%;
    min-height: 100svh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-body {
    background-color: #FCFCFC;
}

.modal-header {
    background-color: #ffffff;
}

.headline {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: calc(19 / 16);
    text-align: center;
}

.cta-headline {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.cta-subtitle {
    font-size: 1.2rem;
    color: #748398;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.2px;
    text-align: center;
    margin-bottom: 1em;
}

.primary-button {
    font-size: 1.1rem;
    background: #2F5597;
    border-radius: 10000px;
}

.flat-button {
    font-size: 1.1rem;
    color: #2F5597;
}

.header-image {
    object-fit: contain;
}

@media only screen and (min-device-width: 420px) and (min-device-height: 840px) {
    .header-image {
        max-height: 115px;
    }
}
