/* Deyavu design system v2 — exact hex from Deyavu-design-system-v2 */
:root {
  /* Neutral */
  --ink: #16171F;
  --ink-2: #6E6F7A;
  --ink-3: #9C9DA8;
  --hair: #E4E5EB;
  --surface: #FFFFFF;
  --surface-2: #F7F7FA;

  /* Brand */
  --blue: #243B8F;
  --blue-2: #3D57B8;
  --deep: #131C3F;
  --mist: #EEF1FB;
  --cream: #FFF3D6;
  --amber: #E8A33D;

  /* Status */
  --ok: #2E9E6B;
  --warn: #B0741A;
  --err: #C7442E;

  /* Layout */
  --w: 980px;
  --w-wide: 1180px;
  --pad: 64px;

  /* Type — system stack only; no Google Fonts, no SF Pro webfont */
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
