@font-face {
    font-family: 'Unbounded';
    src:
         url('/fonts/Unbounded.woff2?v=1.0')  format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src:
         url('/fonts/Mulish.woff2?v=1.0')  format('woff2');
    font-display: swap;
}

body {
    background: #130A18;
    color: #ffffff;
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

main {
    margin: 0 25px;
}

button {
    cursor: pointer;
}

select {
    cursor: pointer;
}

a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

span {
    white-space: pre-wrap;
}
