:root {

    --bg-main:#f3f4f6;
    --bg-card:#ffffff;
    --bg-header:#ffffff;

    --border-color:#e5e7eb;

    --text-main:#111827;
    --text-muted:#6b7280;

    --accent:#b91c1c;

    --sacrobits:#2563eb;
    --biosafras:#059669;
    --integralis:#7c3aed;

    --dropdown-bg:#ffffff;
    --dropdown-hover:#f3f4f6;

    --modal-bg:#ffffff;

    --transition:.25s ease;
}


[data-theme="dark"] {

    --bg-main:#121214;
    --bg-card:#1a1a1e;
    --bg-header:#1a1a1e;

    --border-color:#2a2a30;

    --text-main:#f3f4f6;
    --text-muted:#9ca3af;

    --accent:#7A1720;

    --sacrobits:#3b82f6;
    --biosafras:#10b981;
    --integralis:#a855f7;

    --dropdown-bg:#1a1a1e;
    --dropdown-hover:#2a2a30;

    --modal-bg:#1a1a1e;
}