:root {
  --primary-yellow: #FFD44D;
  --yellow-light: #FFEE94;
  --yellow-dark: #FFC107;
  --black: #000;
  --white: #fff;
  --gray-light: #f5f5f5;
  --gray: #666;
  --gray-dark: #333;
  --code-bg: #282c34;
  --code-text: #abb2bf;
  --success: #28a745;
  --error: #dc3545;
  --warning: #ffc107;
  --info: #17a2b8;
  /* JSON Syntax Highlighting Colors */
  --json-key: #61afef;
  --json-string: #98c379;
  --json-number: #d19a66;
  --json-boolean: #c678dd;
  --json-null: #e06c75;
  --json-punctuation: #abb2bf;
  --json-comment: #5c6370;
}

