/*
 * Deployment-level white-labelling overrides.
 *
 * Shipped empty so the UI works with Regnology design-system defaults.
 * Ops replace this file at deploy time (ConfigMap mount) without rebuilding the image.
 *
 * Scope: top navigation + logo only. Do not override page-body tokens
 * (--oru-primary-button-*, --oru-global-color-royal*).
 * Footer text and emails use whitelabel.json / email-whitelabel.json, not this file.
 *
 * Supported set (see docs/deployment/white-labelling.md):
 *
 *   --oru-company-logo
 *   --oru-brand-primary
 *   --oru-brand-theme                 dark | light
 *   --oru-topnav-links-color-hover
 *   --custom-header-color
 *
 * :root {
 *   --oru-brand-primary: #4a148c;
 *   --oru-company-logo: url('https://cdn.example.com/logo.svg');
 *   --oru-brand-theme: dark;
 *   --oru-topnav-links-color-hover: #e0e0e0;
 * }
 */

:root {
  /* Defaults: leave unset so Regnology Oru tokens apply until ops override via Helm. */
}
