/**
 * DockB brand color palette — single source of truth.
 *
 * Used across all Symfony-connected UI (emailing, guest list, presentation
 * matrix, 4-Augen-Gespräche). Enqueued as a dependency of every dox-app
 * stylesheet so the variables resolve in both frontend and wp-admin contexts.
 *
 * Consumers should reference these via var(--dockb-*, <literal-fallback>) so the
 * correct color still renders if this file ever fails to load.
 */
:root {
    --dockb-blue:       #3a96db;
    --dockb-blue-dark:  #2f7cb8; /* hover/active */
    --dockb-gray:       #7a8696;
    --dockb-dark:       #343a40;
    --dockb-green:      #5da420;
    --dockb-green-dark: #4a8419; /* hover */
    --dockb-pink:       #fe0079;
    --dockb-pink-dark:  #d40066; /* hover */
    --dockb-red:        #ed1c40;
    --dockb-red-dark:   #c41530; /* hover */
}
