/* HOSI Technologies — brand colour tokens
   Source of truth for the HOSI palette. Drop into any stylesheet. */
:root {
  /* Copper — the brand charge */
  --hosi-copper:        #D67D4A;
  --hosi-copper-deep:   #A85A2E;
  --hosi-copper-glow:   #ED9A5E;
  --hosi-copper-pale:   #F6C79C;
  --hosi-copper-grad:   linear-gradient(135deg, #ED9A5E 0%, #D67D4A 52%, #A85A2E 100%);

  /* Navy — the brand spine */
  --hosi-navy:          #19272F;
  --hosi-navy-card:     #233640;

  /* Neutrals / surfaces */
  --hosi-cream:         #F9F4EB;
  --hosi-cream-card:    #FCF9F2;
  --hosi-sand:          #FBEAD8;

  /* Ink / text */
  --hosi-ink:           #19272F;
  --hosi-ink-mid:       #46535B;
  --hosi-ink-light:     #7E8890;
}
