/* OT standardized colors (shared with JS via OTColors). Included by html.css and kiosk.css. */
:root {
    --ot-yellow: #FFFF00;
    --ot-yellow-dark: #F5EB63;
    --ot-green: #00FF00;
    --ot-red: #FF0000;
    --ot-orange: #FFA500;
}

.color-error {
    color: var(--ot-red, #FF0000);
}
