/*
 * main.css – ManyMore huisstijl
 * Child-thema van Claudai: dit bestand wordt geladen nádat
 * alle Claudai-bestanden zijn geladen. Zet hier alleen de
 * afwijkingen ten opzichte van het basisthema.
 * ──────────────────────────────────────────────────────────
 */

:root {
    --font-base: 'Plus Jakarta Sans', system-ui, sans-serif;
    --color-topbar-bg: #3c2e69;
    --color-bg: #f7f7f7;
    --color-primary: #ffb266;
    --color-primary-dark: #ff6695;
}
body {
    background: url("images/bg.webp") no-repeat var(--color-bg) fixed  right bottom / 70% auto;
}
.status-badge {
    white-space: nowrap;
}

.row-linked td {
    background: #daf9fa !important;
}
.row-linked:hover td {
    background: #45dfe4 !important;
}