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