/* === Tenant Theme — generated at 1779708016 === */
/* hex input: #683737 */
:root {
  /* Brand primitives (HSL derived from primary hex) */
  --brand-h: 0;
  --brand-s: 31%;
  --brand-l: 31%;

  /* Primary scale */
  --color-primary:          #683737;
  --color-primary-hover:    hsl(0, 31%, 25%);
  --color-primary-active:   hsl(0, 31%, 19%);
  --color-primary-soft:     hsl(0, 11%, 63%);
  --color-primary-xsoft:    hsl(0, 1%, 71%);
  --color-primary-contrast: #FFFFFF;

  /* Secondary and accent */
  --color-secondary:      #f2d9b3;
  --color-secondary-soft: hsl(0, 1%, 79%);
  --color-accent:         #f2d9b3;

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

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

  /* Focus ring */
  --color-focus-ring: hsl(0, 31%, 39%);
  --color-border-focus: #683737;

  /* Shadow (colored) */
  --shadow-primary: 0 4px 16px hsl(0, 31%, 41%, .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);
}
