/* Generated by App\Services\ThemeService from the admin Settings screen.
 * Do not edit by hand - it is overwritten whenever branding is saved. */

:root {
    --brand-primary: #928b02;
    --brand-primary-strong: #787202;
    --brand-primary-soft: #f4f3e6;
    --brand-primary-border: #d3d19a;
    --brand-primary-ink: #7b7602;
    --brand-primary-rgb: 146 139 2;
    --bs-primary: #928b02;
    --bs-primary-rgb: 146, 139, 2;
    --brand-navy: #0e415d;
    --brand-navy-strong: #0b344a;
    --brand-navy-soft: #ecf0f2;
    --text-strong: #0e415d;
    --bs-secondary: #0e415d;
    --surface-page: #f7f9fc;
    --surface-inverse: #0d0d0d;
}

/* Dark theme.
 *
 * Same specificity as this file's :root block and later in the file, so it
 * wins in dark mode and is inert in light. Without it, re-branding put the
 * light-mode tints and heading colour back on a dark panel - see the notes
 * in ThemeService for what that looked like. */
[data-theme='dark'] {
    --brand-primary-soft: #454516;
    --brand-primary-border: #5a5811;
    --brand-primary-ink: #928b02;
    --text-strong: #dbe3e7;
    --brand-navy-soft: #132634;
    --surface-page: #0b1018;
    --surface-inverse: #05070c;
}
