/* 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: #73c6f0;
    --brand-primary-strong: #5ea2c5;
    --brand-primary-soft: #f1f9fe;
    --brand-primary-border: #c7e8f9;
    --brand-primary-ink: #467991;
    --brand-primary-rgb: 115 198 240;
    --bs-primary: #73c6f0;
    --bs-primary-rgb: 115, 198, 240;
    --brand-navy: #21286c;
    --brand-navy-strong: #1a2056;
    --brand-navy-soft: #edeef3;
    --text-strong: #21286c;
    --bs-secondary: #21286c;
    --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: #395b71;
    --brand-primary-border: #497994;
    --brand-primary-ink: #73c6f0;
    --text-strong: #dedfe9;
    --brand-navy-soft: #191e39;
    --surface-page: #0b1018;
    --surface-inverse: #05070c;
}
