/* Apparence LCD pour l'affichage de l'heure */
@font-face {
    font-family: 'DSEG7';
    src: url('fonts/DSEG7-Classic/DSEG7Classic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.lcd-clock {
    font-family: 'DSEG7', monospace !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #74f5ff;
    text-shadow:
        0 0 4px rgba(0, 219, 231, .75),
        0 0 12px rgba(0, 219, 231, .35);
}

/* Remplacez #clock par l'identifiant réel de l'élément qui contient l'heure. */
#clock,
#time,
.clock,
.time,
.digital-clock,
[data-clock],
[data-time] {
    font-family: 'Orbitron', 'JetBrains Mono', monospace !important;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
    color: #74f5ff;
    text-shadow:
        0 0 4px rgba(0, 219, 231, .75),
        0 0 12px rgba(0, 219, 231, .35);
}

