<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --theme-palette-primary: #00A4BD;
  --theme-palette-secondary: #FF7A59;
  --theme-palette-light: #FFFFFF;
  --theme-palette-soft-light: #f5f8fa;
  --theme-palette-dark: #33465B;
  --theme-palette-soft-dark: #516f90;
  --theme-palette-light-borders: #eaf0f6;
  --theme-palette-dark-borders: #7c98b6;
}
</pre></body></html>