/* default */
body {
  --theme-light: #fcb123;
  --theme-dark: #f69709;
  --color-link: #111;
  --bg-nav: #fff7e3;
  --bg-light: #fff7e3;
  --bg-main: #f8cc75;
  --bg-card: #fff1C0;
  --bg-picker: #d6eeb6;
  --bg-icon: #f1f6fa;
  --color-chart: #ffffff;
  --bg-chart: #e98107;
  --btn1-color: #f69709;
  --danger: #e91f63;
}
.left-banner {
  background-size: cover;
  background-repeat: no-repeat;
}
.left-banner .big-logo {
  min-width: 32rem;
  width: 50%;
  height: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
