@font-face { font-family: 'PP Mori'; font-style: normal; font-weight: 400; font-display: swap; src: url('../../fonts/tenants/nortec-400.woff2') format('woff2'); }
@font-face { font-family: 'PP Mori'; font-style: normal; font-weight: 500; font-display: swap; src: url('../../fonts/tenants/nortec-500.woff2') format('woff2'); }
@font-face { font-family: 'PP Mori'; font-style: normal; font-weight: 600; font-display: swap; src: url('../../fonts/tenants/nortec-600.woff2') format('woff2'); }

/* Nortec palette: nortec.dk, /vaskeri/totalcare and /kundeservice (2026-09-24).
   Site colours: green #4ac337 / #48c236, charcoal #1e2024, warm white #f6f2ef.
   Dark-mode shades and accessible text colours adapted for the portal. */
:root[data-tenant="999"] {
    --brand-primary: #4ac337;
    --brand-primary-hover: #40ad30;
    --brand-primary-text: #13210f;
    --brand-focus: #287f20;
    --brand-sidebar: #1e2024;
    --brand-sidebar-text: #eff0f2;
    --brand-sidebar-active: #30442d;
    --brand-sidebar-active-text: #fff;
    --brand-sidebar-icon-color: white;
    --brand-background: #f6f2ef;
    --brand-surface: #fff;
    --brand-text: #1e2024;
    --brand-accent: #287f20;
    --tone-234951: #303338;
    --tone-285c65: #286f23;
    --tone-536b75: #565a60;
    --tone-5d7079: #565a60;
    --tone-647680: #62666b;
    --tone-68858b: #62666b;
    --tone-b8c9cf: #bbbdbb;
    --tone-cedadc: #d7d8d4;
    --tone-d5e0e4: #ddded9;
    --tone-dfe7ea: #e4e4df;
    --tone-e9eef0: #e9e9e4;
    --tone-e6f0ed: #e5f2df;
    --tone-183e34: #264921;
    --tone-edf4f3: #edf5e9;
    --tone-f2f8f6: #f1f6ed;
    --tone-fafcfc: #faf9f7;
    --tone-f1f5f6: #f3f1ed;
}
:root[data-tenant="999"][data-theme="dark"] {
    --brand-background: #161719;
    --brand-surface: #1e2024;
    --brand-text: #eff0f2;
    --brand-accent: #75da65;
    --brand-focus: #75da65;
    --tone-234951: #e1e4df;
    --tone-285c65: #8fe180;
    --tone-536b75: #bdc1ba;
    --tone-5d7079: #bdc1ba;
    --tone-647680: #afb4ad;
    --tone-68858b: #afb4ad;
    --tone-b8c9cf: #575d55;
    --tone-cedadc: #444a42;
    --tone-d5e0e4: #3e443c;
    --tone-dfe7ea: #383e36;
    --tone-e9eef0: #363c34;
    --tone-e6f0ed: #2e4129;
    --tone-183e34: #d8efce;
    --tone-edf4f3: #2b3528;
    --tone-f2f8f6: #303c2c;
    --tone-fafcfc: #242824;
    --tone-f1f5f6: #292e28;
}
:root[data-tenant="999"] .sidebar .brand-logo { filter: brightness(0) invert(1); }
:root[data-tenant="999"] .sidebar-footer { color: #b8bcb5; }
:root[data-tenant="999"] .small-dot { background: #4ac337; }
:root[data-tenant="999"] input[type="checkbox"] { accent-color: var(--brand-accent); }
:root[data-tenant="999"] { --brand-font-body: "PP Mori", Arial, sans-serif; }
