@font-face {
    font-family: "Volte Rounded";
    font-display: swap;
    src: url("/public/assets/fonts/VolteRounded.ttf");
}

body {
    color: #DDDDDD;
    font-family: Tahoma, sans-serif;
    font-weight: 100;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Volte Rounded', monospace;
    font-weight: bold;
    color: #f33536;
}

li {
    list-style-type: "🧩";
    padding-left: 6px;
}
