  @import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@font-face {
    font-family: 'SUIT';
    font-weight: 100;
    src: url('/resources/css/site/fonts/woff2/SUIT-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 200;
    src: url('/resources/css/site/fonts/woff2/SUIT-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 300;
    src: url('/resources/css/site/fonts/woff2/SUIT-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 400;
    src: url('/resources/css/site/fonts/woff2/SUIT-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 500;
    src: url('/resources/css/site/fonts/woff2/SUIT-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 600;
    src: url('/resources/css/site/fonts/woff2/SUIT-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 700;
    src: url('/resources/css/site/fonts/woff2/SUIT-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 800;
    src: url('/resources/css/site/fonts/woff2/SUIT-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 900;
    src: url('/resources/css/site/fonts/woff2/SUIT-Heavy.woff2') format('woff2');
}