/* QPSG UX samples — soft teal + contract typography (Times New Roman) */

:root {

  --teal-900: #1e4545;

  --teal-800: #2a5555;

  --teal-700: #3d6d6d;

  --teal-600: #6aabab;

  --teal-500: #95c9c9;

  --teal-400: #b8dddd;

  --teal-300: #d0ecec;

  --teal-200: #e3f4f4;

  --teal-100: #eef9f9;

  --teal-50: #f7fcfc;

  --ink: #1a1a1a;

  --ink-green: #1e4545;

  --ink-muted: #3d5555;

  --paper: #ffffff;

  --paper-shadow: rgba(61, 109, 109, 0.1);

  --success: #2d6a4f;

  --success-bg: #e6f4ec;

  --danger: #9b4d32;

  --danger-bg: #faf0ed;

  --contract-font: 'Times New Roman', Times, serif;

  --contract-size: 12pt;

  --contract-size-ui: 11pt;

  --contract-line: 1.5;

}

