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

@font-face {
    font-family: 'Boston';
    src: url('Boston-Regular.woff2') format('woff2'),
        url('Boston-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

