@font-face {
    font-family: 'ONE-Mobile';
    font-weight: 300;
    font-display: swap;
    src: local('ONE-Mobile Light'), url(./OneMobileLight.woff2) format('woff2'), url(./OneMobileLight.woff) format('woff');
}

@font-face {
    font-family: 'ONE-Mobile';
    font-weight: 500;
    font-display: swap;
    src: local('ONE-Mobile Regular'), url(./OneMobileRegular.woff2) format('woff2'), url(./OneMobileRegular.woff) format('woff');
}

@font-face {
    font-family: 'ONE-Mobile';
    font-weight: 700;
    font-display: swap;
    src: local('ONE-Mobile Bold'), url(./OneMobileBold.woff2) format('woff2'), url(./OneMobileBold.woff) format('woff');
}