:root {
  --red-color: #b6121b;    /* Red Hound red */
  --green-color: #65a341;
  --white-color: #ffffff;  /* White color */
  --reddish-white-color: #fdf2f2; /* Soft red tint background */
  --off-white-color: #f1ecec; /* header white, slightly off-white for contrast */
  --accent-gray-color: #b8b0b0;
  --black-color: #000000;        /* Black color */

  --text-white: #ffffff;     /* White text */
  --text-light: #e2e2e2;       /* White-ish text */
  --text-gray: #4a4a4a;        /* Gray text */
  --text-dark-gray: #333333;
  --text-dark: #1a202c;        /* Dark text */

  --table-header-bg: #2d2d2d; /* Dark gray for table headers */
  --table-row-bg: #1a1a1a;    /* Darker gray for table rows */
  --table-row-alt-bg: #242424; /* Slightly lighter gray for alternate rows */
  
  --microsoft-accent: #d4cece;
  --microsoft-text: #303030;
}