/* ===========================================================
   Inventors Stylesheet — Brand primitives
   The only tokens shared across all three theses.
   =========================================================== */

:root {
  /* CMYK process inks */
  --brand-magenta: #E4007E;
  --brand-cyan:    #00B8ED;
  --brand-yellow:  #FFEC00;
  --brand-green:   #009540;
  --brand-purple:  #312782;
  --brand-navy:    #15194C;

  /* Display typeface (universal) */
  --font-display: 'Khand', 'Inter', system-ui, sans-serif;
}
