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

@font-face {
    font-family: 'NeutralSans';
    src: url('./NeutralSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NeutralSans';
    src: url('./NeutralSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NeutralSans';
    src: url('./NeutralSans-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}