:root {
  --bg-dark: #303c4a;
  --bg-light: #ffffff;
  --brand-light: #2fc4ec;

  --bg-btn-light: #e6e6e6;
  --text-light: #fff;
  --text-dark: #1b1b1b;
  --text-dark-sub: #474747;
  --main-bg-color: #f8f8f8;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
