@font-face {
    font-family: 'UA-Brand';
    src: local('UA-Brand Black'), local('UA Brand Black'),
        url('ua-BRAND-black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'UA-Brand';
    src: local('UA-Brand Bold'), local('UA Brand Bold'),
        url('ua-BRAND-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'UA-Brand';
    src: local('UA-Brand Regular'), local('UA Brand Regular'),
        url('ua-BRAND-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}