/* FONTES */
@font-face {
    font-family: 'GellixBlack';
    src: url('../fonts/Gellix-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'GellixRegular';
    src: url('../fonts/Gellix-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'GellixMedium';
    src: url('../fonts/Gellix-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'GellixBold';
    src: url('../fonts/Gellix-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'GellixSemiBold';
    src: url('../fonts/Gellix-SemiBold.ttf') format('truetype');
}