﻿body {
    font-family: Inter !important;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/inter-v18-latin-regular.woff2") format('woff')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/inter-v18-latin-500.woff2") format('woff')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/inter-v18-latin-regular.woff2") format('woff')
}

.btn-primary {
    background-color: #0054ad;
    padding: 0.75rem 1rem;
}

    .btn-primary:hover {
        background-color: #003c93;
    }


@media screen and (min-width: 768px) {
    h2 {
        font-family: Inter !important;
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: .5rem;
        margin-top: 2rem;
        line-height: 1.4;
    }

    h3 {
        font-family: Inter !important;
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: .25rem;
        line-height: 1.4
    }

    p {
        font-family: Inter !important;
        font-size: 1.125rem;
        font-weight: 400;
        margin-bottom: 1.25rem;
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-family: Inter !important;
        font-size: 1.5rem;
        line-height: 1.3
    }

    h3 {
        font-family: Inter !important;
        font-size: 1.375rem;
        line-height: 1.45rem
    }

    p {
        font-family: Inter !important;
        font-size: 0.938rem;
    }
}
