@font-face {
    font-family: 'Brix Sans';
    src: local('Brix Sans Extra Light'), local('BrixSans-ExtraLight'),
    url('brixsans-extralight.woff2') format('woff2'),
    url('brixsans-extralight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Brix Sans';
    src: local('Brix Sans Light'), local('BrixSans-Light'),
    url('brixsans-light.woff2') format('woff2'),
    url('brixsans-light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Brix Sans';
    src: local('Brix Sans Regular'), local('BrixSans-Regular'),
    url('brixsans-regular.woff2') format('woff2'),
    url('brixsans-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brix Sans';
    src: local('Brix Sans Medium'), local('BrixSans-Medium'),
    url('brixsans-medium.woff2') format('woff2'),
    url('brixsans-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brix Sans';
    src: local('Brix Sans Bold'), local('BrixSans-Bold'),
    url('brixsans-bold.woff2') format('woff2'),
    url('brixsans-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brix Sans';
    src: local('Brix Sans Black'), local('BrixSans-Black'),
    url('brixsans-black.woff2') format('woff2'),
    url('brixsans-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}