html {
  color-scheme: light;
  --accent-1:            #859900;
  --accent-2:            #128c7e;
  --accent-3:            #65298b;
  --accent-4:            #336695;
  --accent-5:            #c2185b;
  --accent-6:            #b80000;
  --accent-7:            #d8962c;
  --accent-8:            #d8962c;
  --accent-9:            #283593;
  --accent-10:           #202124;

  --highlight:           #fffff2;

  --navbar-background:   #2E3154;
  --navbar-highlight:    #6B6D86;

  --link-color: #268bd2;

  --background-light-1:   #f9fafb;
  --background-light-2:   #e6e6ed;
  --background-highlight: #f0f1ff;

  --background-outgoing-whatsapp: #e1ffd4;

  --content-1: #aaaaaa;
  --content-2: #5f6368;
  --content-3: #202124;
  --content-4: #202124;

  color: var(--content-4);
  background-color: var(--background-light-2);
}
