body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #333;
}

body textarea {
    /* font-family: 'Roboto', sans-serif; */
    font-family: monospace;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

button, .btn {
    font-size: 1.2rem;
}

.btn-primary, .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary:hover, .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

p.warning {
    color: #dc3545;
    font-weight: bold;
}

#char-count {
    font-size: 0.9rem;
    color: #6c757d;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
    clip-path: inset(100%);
}

/* Remove the default blue background from the active/expanded accordion button */
body .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
}
