/*
 * Zelfscan vlootelektrificatie - minimale reset.
 * De volledige styling zit inline in scan.js (1-op-1 uit ontwerp/Zelfscan.dc.html).
 */
html, body { margin: 0; padding: 0; }
body {
    background: #fff;
    font-family: "Trebuchet MS", sans-serif;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
button { font-family: "Trebuchet MS", sans-serif; }
input  { font-family: "Trebuchet MS", sans-serif; }
a         { color: #c4151c; }
a:hover   { color: #4b1014; }

/* Timerbalk-animatie voor het duidingscherm */
@keyframes duidingLoop {
    from { width: 0; }
    to   { width: 100%; }
}

/* Hover-states, want inline styles kennen geen :hover */
button[data-h]:hover { filter: brightness(1.05); }
