/* === Tenant Theme — generated at 1787489431 === */
/* hex input: #2e6265 */
:root {
  /* Brand primitives (HSL derived from primary hex) */
  --brand-h: 183;
  --brand-s: 37%;
  --brand-l: 29%;

  /* Primary scale */
  --color-primary:          #2e6265;
  --color-primary-hover:    hsl(183, 37%, 23%);
  --color-primary-active:   hsl(183, 37%, 17%);
  --color-primary-soft:     hsl(183, 17%, 61%);
  --color-primary-xsoft:    hsl(183, 7%, 69%);
  --color-primary-contrast: #FFFFFF;

  /* Secondary and accent */
  --color-secondary:      #f2d9b3;
  --color-secondary-soft: hsl(183, 7%, 77%);
  --color-accent:         #f2d9b3;

  /* Surface / BG */
  --color-bg:        #ffffff;
  --color-surface:   #ffffff;

  /* Text */
  --color-text: #000000;

  /* Focus ring */
  --color-focus-ring: hsl(183, 37%, 37%);
  --color-border-focus: #2e6265;

  /* Shadow (colored) */
  --shadow-primary: 0 4px 16px hsl(183, 37%, 39%, .35);

  /* Backward-compat aliases — point to semantic tokens, NOT hardcoded hex */
  /* This ensures styles.css var(--primary) always follows the brand token */
  --primary:   var(--color-primary);
  --secondary: var(--color-secondary);
  --white:     var(--color-surface);
  --bg:        var(--color-bg);
  --text:      var(--color-text);
  --text-2:    var(--color-text-muted);
  --line:      var(--color-border);
  --critical:  var(--color-danger);
}
