/* === Tenant Theme — generated at 1781095372 === */
/* hex input: #08263e */
:root {
  /* Brand primitives (HSL derived from primary hex) */
  --brand-h: 207;
  --brand-s: 77%;
  --brand-l: 14%;

  /* Primary scale */
  --color-primary:          #08263e;
  --color-primary-hover:    hsl(207, 77%, 8%);
  --color-primary-active:   hsl(207, 77%, 2%);
  --color-primary-soft:     hsl(207, 57%, 46%);
  --color-primary-xsoft:    hsl(207, 47%, 54%);
  --color-primary-contrast: #FFFFFF;

  /* Secondary and accent */
  --color-secondary:      #f2d9b3;
  --color-secondary-soft: hsl(207, 47%, 62%);
  --color-accent:         #f2d9b3;

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

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

  /* Focus ring */
  --color-focus-ring: hsl(207, 77%, 22%);
  --color-border-focus: #08263e;

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