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

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

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