@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.ttf') format('ttf'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-display: swap;     
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local('Inter Semibold'), local('Inter-Semibold'),
        url('../fonts/Inter-SemiBold.ttf') format('ttf'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-display: swap;     
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.ttf') format('ttf'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-display: swap;     
}
  
  
html {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -1px;
}

.text-md {
    font-size: 18px;
}

.text--main {
    color: #0D54AB;
}

.header-1 { 
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.header-2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -2.25px;
    text-transform: uppercase;
    line-height: normal;
}

.header-2 > span {
    display: block;
    margin-top: 12px;
    color: #0D54AB;
}

.header-4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.text--bold {
    font-weight: 600;
}

@media (max-width: 768px) {

    .header-1 { 
        font-size: 48px;
    }

    .header-2 {
        font-size: 36px;
    }

    .header-2 > span {
        margin-top: 8px;
    }
}

@media (max-width: 540px) {

    .header-1 { 
        font-size: 40px;
    }

    .header-2 {
        font-size: 30px;
    }

    .header-2 > span {
        margin-top: 2px;
    }
}