@font-face {
    font-family: 'Reddit Mono';
    src: url('fonts/reddit_mono/RedditMono-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: 'Reddit Mono', monospace;
}

.field-label {
    width: 200px;
    display: inline-block;
    font-weight: bold;
}

#error-msg {
    color: red;
    margin-top: 10px;
}

#binaryInput {
    width: 350px;
}

input {
    padding: 5px;
    font-size: 16px;
    font-family: inherit;
    width: 200px;
    margin-bottom: 10px;
}

input[readonly] {
    /* background-color: #f0f0f0; */
    color: #555;
    border: 1px solid #ccc;
    cursor: default;
    outline: none;
}
