<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --base-padding: 8px; 
  --title-padding: 8px; 
  --font-size: 12px; 
  --font-size-header: 12px; 
  --buttons-padding: 4px 12px; 
  --buttons-height: 25px; 
  --font-family: 'Roboto', sans-serif;
  --main-color: #00A0E3;
  --second-color: #154179;
  --second-color-light:
    rgba(102, 0, 0, 0.13); 
  --window-header-bg: #0a2342;
  --table-cell-padding: 4px 4px
}</pre></body></html>