* {
  --background-primary: 255, 255, 255;
  --background-secondary: 243, 243, 246;
  --background-tertiary: 229, 229, 232;
  --background-quaternary: 218, 218, 223;
  --background-quinary: 10, 11, 13;
  --blue-primary: 18, 99, 219;
  --blue-secondary: 3, 60, 134;
  --red-primary: 220, 53, 69;
  --red-secondary: 220, 40, 60;
  --yellow-primary: 255, 193, 7;
  --yellow-secondary: 255, 173, 0;
  --green-primary: 40, 167, 69;
  --green-secondary: 30, 140, 60;
  --text-primary: 0, 0, 0;
  --text-secondary: 30, 30, 30;
  --text-tertiary: 68, 68, 68;
  color-scheme: light;
}
