:root {
  /* Basic theme colours */

  --theme-color-masthead-bg: #009CA6;
  --theme-color-masthead-text: #000;
  --theme-color-body-bg: #f9fafb;
  --theme-color-primary-interaction-bg: #004677;
  --theme-color-primary-interaction-text: #fff;
  --theme-color-secondary-interaction-hyperlink: #2b90cd;

  /* ------------------------------------------------------------ */

  /* Advanced theme colours */

  /* Gray colours */
  --theme-color-gray-50: #f9fafb;
  --theme-color-gray-100: #f3f4f6;
  --theme-color-gray-200: #e5e7eb;
  --theme-color-gray-300: #d1d5db;
  --theme-color-gray-400: #9ca3af;
  --theme-color-gray-500: #6b7280;
  --theme-color-gray-600: #4b5563;
  --theme-color-gray-700: #374151;
  --theme-color-gray-800: #1f2937;
  --theme-color-gray-900: #111827;

  /* Semantic colours */

  --theme-color-red-50: #fef2f2;
  --theme-color-red-100: #fee2e2;
  --theme-color-red-200: #fecaca;
  --theme-color-red-300: #fca5a5;
  --theme-color-red-400: #f87171;
  --theme-color-red-500: #ef4444;
  --theme-color-red-600: #dc2626;
  --theme-color-red-700: #b91c1c;
  --theme-color-red-800: #991b1b;
  --theme-color-red-900: #7f1d1d;

  --theme-color-green-50: #ecfdf5;
  --theme-color-green-100: #d1fae5;
  --theme-color-green-200: #a7f3d0;
  --theme-color-green-300: #6ee7b7;
  --theme-color-green-400: #34d399;
  --theme-color-green-500: #10b981;
  --theme-color-green-600: #059669;
  --theme-color-green-700: #047857;
  --theme-color-green-800: #065f46;
  --theme-color-green-900: #064e3b;

  /* Desktop Login Image Background Position */
  --theme-login-image-background-position: center;
}
