/* IZA brand layer.
   The Figma Variable collections still carry Untitled UI's violet brand ramp
   (--colors-brand-600 = rgb(127,86,217)). The PRODUCT surfaces in this file
   override it with IZA red at the instance level: rgb(255,81,72) for primary
   actions, rgb(234,83,77) for the logotype, rgb(235,94,87) as a softer accent.
   Those literals are transcribed here, unrounded, as the brand truth. */
:root{
  --iza-red-primary:rgb(255,81,72);
  --iza-red-logo:rgb(234,83,77);
  --iza-red-accent:rgb(235,94,87);
  --iza-ink-950:rgb(12,17,29);
  --iza-ink-900:rgb(22,27,38);
  --iza-ink-850:rgb(31,36,47);
  --iza-ink-800:rgb(54,55,64);
  --iza-surface-tint:rgb(248,248,248);
  --iza-surface-flat:rgb(240,240,240);
  --iza-hairline:rgb(201,201,202);

  /* semantic aliases for product work */
  --action-primary:var(--iza-red-primary);
  --action-primary-hover:rgb(234,83,77);
  --action-primary-fg:rgb(255,255,255);
  --text-body:var(--colors-gray-light-mode-700);
  --text-heading:var(--colors-gray-light-mode-900);
  --text-muted:var(--colors-gray-light-mode-500);
  --surface-page:var(--colors-base-white);
  --surface-card:var(--colors-base-white);
  --surface-sunken:var(--colors-gray-light-mode-50);
  --border-hairline:var(--colors-gray-light-mode-200);
  --border-strong:var(--colors-gray-light-mode-300);
}
a{color:var(--iza-red-primary);text-decoration:none}
a:hover{color:var(--iza-red-logo);text-decoration:underline}
