 @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
 
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: 100;
    src: url(/asset/font/HelveticaNeue-Thin.otf) format("opentype");
} 
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: 200;
    src: url(/asset/font/HelveticaNeue-UltraLight.otf) format("opentype");
} 
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: 300;
    src: url(/asset/font/HelveticaNeue-Light.otf) format("opentype");
}
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: normal;
    src: url(/asset/font/HelveticaNeue-Roman.otf) format("opentype");
}  
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: 500;
    src: url(/asset/font/HelveticaNeue-Medium.otf) format("opentype");
} 
 
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: 700;
    src: url(/asset/font/HelveticaNeue-Bold.otf) format("opentype");
} 
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: bold;
    src: url(/asset/font/HelveticaNeue-Bold.otf) format("opentype");
} 
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: 900;
    src: url(/asset/font/HelveticaNeue-Black.otf) format("opentype");
} 
 