@font-face {
    font-family: 'Helvetica Neue LT';
    src: url('fonts/Helvetica%20Neue%20LT%2055%20Roman.ttf') format('truetype');
    
}

:root {
    background: #0E0E10;
    color: #EFEFF1;
    font-family: 'Helvetica Neue LT', sans-serif;
}

table {
    font-size: 1.5rem;
}

table tr *:first-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

table tr td:first-child {
    color: #9147FF;
}

table tr *:not(:first-child) {
    text-align: left;
    padding-left: 1rem;
}
table tr.novotes {
    opacity: 0.75;
}

#status {
    color: #9147FF;
}

button, select {
    background: #9147FF;
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    border: none;
    color: #EFEFF1;
    cursor: pointer;
}
button:hover {
    filter: brightness(125%);
}

code {
    background: rgba(145, 71, 255, 0.33);
    padding: 0.125em 0.25em;
    border-radius: 0.25em;
}

.arg {
    font-style: italic;
}

ul li:not(:first-child) {
    margin-top: 0.5em;
}

#controls {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1rem;
}
#controls > * {
    display: flex;
    align-items: center;
}

.hidden {
    display: none;
}
