/* Klish Group brand accent — #216b9f (official 2009 brand blue).
   Plugs into the Snowlake theme's --color-default hook so every
   built-in accent (buttons, links, highlights, focus rings) picks
   up the brand color without touching component files. */
:root {
    --color-default: #216b9f;
    --rgb-default: 33, 107, 159;
}
.title-bg.bg-default {
    background: rgba(var(--rgb-default), 0.1);
}
.bg-opacity-default {
    background: rgba(var(--rgb-default), 0.065);
}
