@font-face { font-family: 'Museo Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('../../fonts/tenants/washco-300.woff2') format('woff2'); }
@font-face { font-family: 'Museo Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('../../fonts/tenants/washco-500.woff2') format('woff2'); }
@font-face { font-family: 'Museo Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('../../fonts/tenants/washco-700.woff2') format('woff2'); }

/* WASHCO (777): washco.co.uk, September 2026.
   Navy #00577b, blue #0089bd, logo cyan #00afd7, pale blue #e9f4f6. */
:root[data-tenant="777"] {
    --brand-font-body: "Museo Sans", Arial, sans-serif;
    --brand-primary: #00577b;
    --brand-primary-hover: #004361;
    --brand-primary-text: #fff;
    --brand-focus: #0089bd;
    --brand-sidebar: #00577b;
    --brand-sidebar-text: #e9f4f6;
    --brand-sidebar-active: #00719b;
    --brand-sidebar-active-text: #fff;
    --brand-sidebar-icon-color: white;
    --brand-background: #e9f4f6;
    --brand-surface: #fff;
    --brand-text: #143c50;
    --brand-accent: #00577b;
    --tone-234951: #17495f;
    --tone-285c65: #00577b;
    --tone-536b75: #4b6876;
    --tone-5d7079: #4b6876;
    --tone-647680: #58727f;
    --tone-68858b: #58727f;
    --tone-b8c9cf: #afc9d3;
    --tone-cedadc: #c8dce3;
    --tone-d5e0e4: #d0e2e8;
    --tone-dfe7ea: #dae9ee;
    --tone-e9eef0: #e6f0f4;
    --tone-e6f0ed: #dceff5;
    --tone-183e34: #00577b;
    --tone-edf4f3: #e9f4f6;
    --tone-f2f8f6: #eff7fa;
    --tone-fafcfc: #fafcfd;
    --tone-f1f5f6: #f0f6f9;
}
:root[data-tenant="777"][data-theme="dark"] {
    --brand-primary: #74d3ef;
    --brand-primary-hover: #a3e5f7;
    --brand-primary-text: #003b54;
    --brand-background: #0b202b;
    --brand-surface: #14303e;
    --brand-text: #e9f4f6;
    --brand-accent: #74d3ef;
    --brand-focus: #74d3ef;
    --tone-234951: #dbeef5;
    --tone-285c65: #74d3ef;
    --tone-536b75: #b4cdd8;
    --tone-5d7079: #b4cdd8;
    --tone-647680: #a6c2ce;
    --tone-68858b: #a6c2ce;
    --tone-b8c9cf: #4a6a7b;
    --tone-cedadc: #36586a;
    --tone-d5e0e4: #305164;
    --tone-dfe7ea: #29495c;
    --tone-e9eef0: #274657;
    --tone-e6f0ed: #204b60;
    --tone-183e34: #d4f1fa;
    --tone-edf4f3: #203e50;
    --tone-f2f8f6: #244456;
    --tone-fafcfc: #193745;
    --tone-f1f5f6: #203e4c;
}
:root[data-tenant="777"] .sidebar-footer { color: #d0e6ef; }
:root[data-tenant="777"] .small-dot { background: #00afd7; }
:root[data-tenant="777"] input[type="checkbox"] { accent-color: var(--brand-accent); }
