@font-face {
    font-family: 'UA Brand';
    src: local('UA Brand Black'), local('UA-Brand-Black'),
        url('ua-BRAND-bold.otf') format('opentype');
    font-weight: 900;
    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'), local('UA-Brand-Regular'),
        url('ua-BRAND-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}