:root {
  --bg-header: #203864;
  --bg-gutter: #DBDBDB;
  --bg-panel:  #C9C9C9;
  --bg-strip:  #ffffff;
  --border:    #1F3864;
  --text:      #1F3864;
  --text-accent: #2F5496;
  --text-error:  #953734;

  --strip-max: 768px;
  --footer-height: 52px;

  --sans: system-ui, 'Segoe UI', Roboto, sans-serif;

  font: 16px/145% var(--sans);
  color: var(--text);
}
