/* NeoSansStd Font - Local Font */

@font-face {
    font-family: 'NeoSansStd';
    font-style: normal;
    font-weight: 400;
    src: url('front/NeoSansStd-Regular.otf') format('opentype');
    font-display: swap;
}

body {
    font-family: 'NeoSansStd', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}