@font-face {
    font-family: 'Boston';
    src: url('../woff2/boston-regular.woff2') format('woff2'),
        url('../woff/boston-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston-Bold';
    src: url('../woff2/boston-bold.woff2') format('woff2'),
        url('../woff/boston-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston-Light';
    src: url('../woff2/boston-light.woff2') format('woff2'),
        url('../woff/boston-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston-SemiBold';
    src: url('../woff2/boston-semibold.woff2') format('woff2'),
        url('../woff/boston-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

