@font-face {
    font-family: 'Nexa Bold';
    src: url('fonts/Nexa-Bold.woff2') format('woff2'),
    url('fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('fonts/NexaText-RegularItalic.woff2') format('woff2'),
    url('fonts/NexaText-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Regular';
    src: url('fonts/Nexa-Regular.woff2') format('woff2'),
    url('fonts/Nexa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.nexa-bold {
    font-family: 'Nexa Bold';
}

.nexa {
    font-family: 'Nexa Regular';
}

.cust-blue {
    color: #085ede;
}

a {
    color: #085ede;
}

a:hover {
    color: #003d9e;
}