@font-face {
    font-family: "MatrixSans";
    src: url("fonts/MatrixSans-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "JUSTsans";
    src: url("fonts/JUSTSans-Rg.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Monaspace";
    src: url("fonts/MonaspaceNeon-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

body{
    background-size: cover;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'JUSTsans';
    color: white;
}

a {
    color: white;
    text-decoration: none;
    font-style: normal;
}
