/* AWA Solutions — Design Tokens
   Direction: editorial + industrial, dark theme, brand blue accent, Sora display font */

:root {
  --paper:  #0a0c10;
  --panel:  #12151a;
  --panel-2:#181c22;
  --ink:    #f2f4f7;
  --ink-soft: #93999f;
  --rule:   #262b32;
  --rule-strong: rgba(242,244,247,0.24);

  --accent:   #3a8dde;
  --accent-2: #6fb1f5;
  --khaki:    #6b7480;

  --tech-glow: rgba(58,141,222,0.20);
  --tech-line: rgba(242,244,247,0.14);

  --font-display: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --container-w: 1160px;
  --nav-h: 78px;
}
