/* styles.css */

@font-face {
    font-family: 'ArsenalSC-Regular';
    src: url('/fonts/ArsenalSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "ArsenalSC-Regular", sans-serif;
    font-size: 24px;
    background-color: black;
    color: #ddd;
}