:root{
    --main-brand-color: #297ae3;
    --primary-color: #15171c;
    --secondary-color: #232933;
    --light-secondary-color: #2E3744;
    --text-color: white;
    --primary-text-color: #D97904;
    --secondary-text-color: #24752B;
    --text-style: 'Nexa Bold', Arial, sans-serif;
}

@font-face {
	font-family: 'Nexa Bold';
    src: url('../font/Nexa-Bold.woff') format('woff'),
         url('../font/Nexa-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
    
}