@font-face {
    font-family: 'Neo Sans Std';
    src: url('/assets/fonts/NeoSansStd/NeoSansStd-Light.woff2') format('woff2'), url('#{$fonts-path}/NeoSansStd/NeoSansStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src: url('/assets/fonts/NeoSansStd/NeoSansStd-Regular.woff2') format('woff2'), url('#{$fonts-path}/NeoSansStd/NeoSansStd-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src: url('/assets/fonts/NeoSansStd/NeoSansStd-Bold.woff2') format('woff2'), url('#{$fonts-path}/NeoSansStd/NeoSansStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


