/* Nexa Regular */
@font-face {
    font-family: 'Nexa';
    src: url('/fonts/NexaTextDemo-Regular.woff2') format('woff2'),
         url('/fonts/NexaTextDemo-Regular.woff') format('woff'),
         url('/fonts/NexaTextDemo-Regular.eot'); /* fallback for older IE browsers */
    font-weight: normal;
    font-style: normal;
}
/* Nexa Bold */
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa/NexaTextDemo-Bold.woff2') format('woff2'),
         url('../fonts/nexa/NexaTextDemo-Bold.woff') format('woff'),
         url('../fonts/nexa/NexaText-Bold.eot'); /* fallback for older IE browsers */
    font-weight: bold;
    font-style: normal;
}

/* Nexa Light */
@font-face {
    font-family: 'Nexa-light';
    src: url('../fonts/nexa/NexaTextDemo-Light.woff2') format('woff2'),
         url('../fonts/nexa/NexaTextDemo-Light.woff') format('woff'),
         url('../fonts/nexa/NexaTextDemo-Light.eot'); /* fallback for older IE browsers */
    font-weight: 300;
    font-style: normal;
}

/* Nexa Demo Bold (if different) */
@font-face {
    font-family: 'Nexa Demo';
    src: url('../fonts/nexa/NexaDemo-Bold.woff') format('woff'),
         url('../fonts/nexa/NexaDemo-Bold.eot'); /* fallback for older IE browsers */
    font-weight: bold;
    font-style: normal;
}

/* Nexa Demo Light (if different) */
@font-face {
    font-family: 'Nexa Demo';
    src: url('../fonts/nexa/NexaDemo-Light.woff') format('woff'),
         url('../fonts/nexa/NexaDemo-Light.eot'); /* fallback for older IE browsers */
    font-weight: 300;
    font-style: normal;
}
