@font-face {
    font-family: 'Nexa';
    src: url('NexaBold.eot');
    src: url('NexaBold.eot?#iefix') format('embedded-opentype'),
        url('NexaBold.woff2') format('woff2'),
        url('NexaBold.woff') format('woff'),
        url('NexaBold.ttf') format('truetype'),
        url('NexaBold.svg#NexaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('NexaLight.eot');
    src: url('NexaLight.eot?#iefix') format('embedded-opentype'),
        url('NexaLight.woff2') format('woff2'),
        url('NexaLight.woff') format('woff'),
        url('NexaLight.ttf') format('truetype'),
        url('NexaLight.svg#NexaLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

