/* =============================================================================
   ubn-branding.css
   Site tokens. Surfaces consume these. Not a control file.
   ============================================================================= */

:root {
    --ubn-grad: linear-gradient(135deg, #0F3054 0%, #1d4ed8 55%, #3989C6 100%);
    --ubn-grad-chip: linear-gradient(135deg, #0F3054 0%, #1e5a9e 35%, #3989C6 50%, #1e5a9e 65%, #0F3054 100%);
}
