@font-face { 
    font-family: 'OneMobile'; 
    font-style: normal; 
    font-weight: 100; 
    src: url(/wood/fonts/OneMobile-Light.woff2) format('woff2'), 
    url(/wood/fonts/OneMobile-Light.woff) format('woff'), 
    url(/wood/fonts/OneMobile-Light.eot) format('eot'); 
    url(/wood/fonts/OneMobile-Light.otf) format('opentype'); 
} 
@font-face { 
    font-family: 'OneMobile'; 
    font-style: normal; 
    font-weight: 300; 
    src: url(/wood/fonts/OneMobile-Regular.woff2) format('woff2'), 
    url(/wood/fonts/OneMobile-Regular.woff) format('woff'), 
    url(/wood/fonts/OneMobile-Regular.eot) format('eot'); 
    url(/wood/fonts/OneMobile-Regular.otf) format('opentype'); 
} 
@font-face { 
    font-family: 'OneMobile'; 
    font-style: normal; 
    font-weight: 500; 
    src: url(/wood/fonts/OneMobile-Bold.woff2) format('woff2'), 
    url(/wood/fonts/OneMobile-Bold.woff) format('woff'), 
    url(/wood/fonts/OneMobile-Bold.eot) format('eot'); 
    url(/wood/fonts/OneMobile-Bold.otf) format('opentype'); 
} 
@font-face { 
    font-family: 'OneMobile-Title'; 
    font-style: normal; 
    font-weight: 700; 
    src: url(/wood/fonts/OneMobile-Title.woff2) format('woff2'), 
    url(/wood/fonts/OneMobile-Title.woff) format('woff'), 
    url(/wood/fonts/OneMobile-Title.eot) format('eot'); 
    url(/wood/fonts/OneMobile-Title.otf) format('opentype'); 
} 


/* 
@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OneMobile';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'OneMobile';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileRegular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileRegular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileRegular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileRegular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileRegular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'OneMobile';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileBold.ttf') format("truetype");
    font-display: swap;
}
*/