@font-face {
    font-family: 'oneMobile';
    src: url('/fonts/oneMobile/ONEMobileBold.ttf') format('woff'),
    url('/fonts/oneMobile/ONEMobileBold.woff') format('woff'),
    url('/fonts/oneMobile/ONEMobileOTFBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'oneMobile';
    src: url('/fonts/oneMobile/ONEMobileRegular.ttf') format('woff'),
    url('/fonts/oneMobile/ONEMobileRegular.woff') format('woff'),
    url('/fonts/oneMobile/ONEMobileRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}