/* Human2Human — Brand color tokens
 * https://human2human.education/brand-guidelines
 * Operated by Apriori World d.o.o.
 *
 * Drop these custom properties into your stylesheet to use the
 * Human2Human palette. Optimised for dark ("Corporate Noir") surfaces. */

:root {
  /* Primary accent — Violet */
  --h2h-accent: #8b5cf6;
  --h2h-accent-hover: #a855f7;
  --h2h-accent-active: #7c3aed;

  /* Signal — Gold (metrics, KPIs, highlights) */
  --h2h-gold: #d4a94b;

  /* Gradient accent — Magenta (logo, dividers) */
  --h2h-magenta: #ef46c6;

  /* Neutrals — Corporate Noir */
  --h2h-ink: #0a0b10; /* primary background   */
  --h2h-surface: #12141c; /* secondary surface    */
  --h2h-raised: #1a1d27; /* raised surface       */
  --h2h-elevated: #161923; /* elevated card        */
  --h2h-border: #262a36; /* hairline border      */

  /* Text */
  --h2h-text: #fafafa; /* primary text         */
  --h2h-text-secondary: #94a3b8; /* body / secondary text */
  --h2h-text-muted: #64748b; /* muted / captions     */

  /* Signature gradients */
  --h2h-gradient-accent: linear-gradient(135deg, #c572ff, #6366f1);
  --h2h-gradient-brand: linear-gradient(90deg, #8b5cf6, #a855f7, #ef46c6);
}
