@font-face {
    font-family: 'Alexandria';
    src: url('/static/assets/fonts/alexandria-regular.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alexandria';
    src: url('/static/assets/fonts/alexandria-bold.woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/static/assets/fonts/figtree-regular.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/static/assets/fonts/figtree-bold.woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Alexandria', 'Figtree';
    text-decoration: none;
    /* background: linear-gradient(70deg, #0E0F2E 0%, #0B1051 35.5%, #140F41 65%, #110A9F 100%); */
}

:root {
    /* --botao: #0000FF; */
    --botao: #bcd65e;
    --botao-hover: #afc75a;
    --sombra-botao: #d3ee719d;
    --texto-botao: rgb(36, 36, 36);
    --texto-botao-hover: white;
    --texto-antagonista: rgb(158, 158, 158);
}