*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}

:root {
  --app-Headerbar-height: 80px;
  --app-BottomPanel-height: 160px;
  --app-LeftColumn-width: 255px;
  --app-RightColumn-width: 255px;
  --app-parking-panel-bg: rgba(41, 50, 76, 0.9);
  --app-parking-panel-title-bg: rgba(27, 33, 51, 0.8);
}