/* Basic accessibility styles */
:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
}
