/**
 * Innovative Security Solutions design tokens.
 * Runtime values from Appearance → Security Design System are appended to this
 * stylesheet as CSS custom properties; these values are the safe defaults.
 */
:root{
  --iss-navy:#283C4C;
  --iss-gold:#C4B279;
  --iss-copy:#4F555A;
  --iss-slate:#605F73;
  --iss-neutral:#6A6B6E;
  --iss-canvas:#F7F6F5;
  --iss-warm:#F2EFED;
  --iss-warm-2:#ECE8E6;
  --iss-white:#FFFFFF;
  --iss-charcoal:#171717;
  --iss-line:#DDD8D3;
  --iss-line-strong:#CDC6C0;
  --iss-cta:#696B6E;

  --iss-font-heading:Agrandir,"Arial Narrow",Arial,sans-serif;
  --iss-font-body:Arimo,Arial,Helvetica,sans-serif;

  --iss-content-width:1600px;
  --iss-desktop-frame-percent:86.11%;
  --iss-desktop-gutter:32px;
  --iss-desktop-gutter-total:64px;
  --iss-reading-width:820px;

  --iss-h1-size:45px;
  --iss-h2-size:36px;
  --iss-h3-size:22px;
  --iss-body-size:15px;
  --iss-small-size:15px;
  --iss-button-size:15px;

  --iss-section-space:84px;
  --iss-card-radius:9px;
  --iss-button-radius:999px;
  --iss-transition:180ms ease;
}
