/* NexaText Thin */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* NexaText ExtraLight */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-ExtraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* NexaText Light */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* NexaText Book */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* NexaText Regular */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-RegularItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* NexaText Bold */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-BoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* NexaText ExtraBold */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-ExtraBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-ExtraBoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* NexaText Heavy */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* NexaText Black */
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'NexaText';
    src: url('fonts/NexaText-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}