:root,
:host{
  --color-background-offset: #f2f1f0;
  --color-background-offset-2: #e29f79;
  --color-brand: #8697a6;
  --color-info: #4184bf;
  --color-background: #ffffff;
  --typography-highlight-background: #4184bf;
  --color-text: #1f1f1f;
  --field-color: black;
}

[data-theme="dark"] {
  --color-background-offset: #212121;
  --color-background-offset-2: #1d6086;
  --color-brand: #796859;
  --color-info: #be7b40;
  --color-background: #000000;
  --typography-highlight-background: #4184bf;
  --color-text: #f5d1a6;
  --field-color: white;
}