:root {
  --primary-color: #2c77b7;
  --primary-background: #e7eff9;
  --secondary-background: #d4e2ed;
  --light-background: #ffffff;
  --header-background: #a3c2db;
  --button-background: #1b4f72;
  --button-secondary-background: #1b4f72;
  --button-disabled-background: #b0c4de;
  --button-border: #123456;
  --button-disabled-border: #1b4f72;
  --active-element: #5aa1e3;
  --text-primary: #1b4f72;
  --text-secondary: #4a6b8a;
  --text-dark: #293845;
  --text-light: #ffffff;
  --border-color: #a3c2db;
  --border-color-faded: #b0c4de;
  --shadow-color: #1b4f720d;
  --shadow-color-strong: #00000040;
  --highlight-bg: #243b55;
  --progress: #ffffff;
  --progress-track: #407bac;
}