/* 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: #d97b33;
    --brand-primary-strong: #b2652a;
    --brand-primary-soft: #fbf2eb;
    --brand-primary-border: #f0caad;
    --brand-primary-ink: #a96028;
    --brand-primary-rgb: 217 123 51;
    --bs-primary: #d97b33;
    --bs-primary-rgb: 217, 123, 51;
    --brand-navy: #1f2a5a;
    --brand-navy-strong: #192248;
    --brand-navy-soft: #edeef2;
    --text-strong: #1f2a5a;
    --bs-secondary: #1f2a5a;
    --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: #5f3f29;
    --brand-primary-border: #814f2c;
    --brand-primary-ink: #d97b33;
    --text-strong: #dddfe6;
    --brand-navy-soft: #181f34;
    --surface-page: #0b1018;
    --surface-inverse: #05070c;
}
