/* =======================
   Quick Exim Design Tokens
   Sharp industrial black / red / white system.
   Every other stylesheet in this theme should reference these
   variables rather than hardcoding new colors or radii.
======================= */

:root {
  --qe-black: #111111;       /* headings, header/footer bg, primary button fill */
  --qe-red: #D6001C;         /* CTA accent, hover states, dividers */
  --qe-white: #FFFFFF;       /* page background */
  --qe-gray-light: #F4F4F4;  /* alternating section backgrounds */
  --qe-gray-border: #E0E0E0; /* hairline borders/dividers on light bg */
  --qe-gray-body: #4A4A4A;   /* body copy */
  --qe-radius: 0px;          /* every button/card is a sharp rectangle, no exceptions */
  --qe-font: 'Poppins', sans-serif;
}
