:root {
  /* Marchdair Identity: Premium Mechanic Gold & Deep Black */

  /* Primary Color: Vivid Gold */
  --primary-color: #FFCC00;
  --primary-color-rgb: 255, 204, 0;

  /* Secondary Color: Pure Black */
  --secondary-color: #000000;
  --secondary-color-rgb: 0, 0, 0;

  /* Button Text Color */
  --btn-color: #000000;

  /* Background Colors */
  --bg-dark-1: #050505;
  /* Almost Black */
  --bg-dark-2: #121212;
  /* Material Dark */
  --bg-dark-1-rgb: 5, 5, 5;

  /* Text Highlights */
  --text-highlight: #FFD700;
}