html[color-scheme="solarized"] {
  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;

  --highlight:           #fffff2;

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

  --link-color: var(--accent-8);

  --background-light-1:   #fdf6e3;
  --background-light-2:   #eee8d5;
  --background-highlight: #f0f1ff;

  --background-outgoing-whatsapp: #e1ffd4;

  --content-1: #adb8b8;
  --content-2: #91a0a1;
  --content-3: #596c73;
  --content-4: #425257;

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

::selection{
  background: var(--link-color);
  color: var(--background-light-1);
  text-shadow: none;
}

