html{
  --primary-color: #219986;
  --secondary-color: #245e6b;
  --third-color: #48821C;

  --primary-grey:#f5f5f5;
  --secondary-grey:#c2c2c2;
  --third-grey:#555555;
  --fourth-grey:#313437;
  --black: #000000;

  --price-color: #0B7958;

  --red: #b00000;
  --main-bg: var(--primary-grey);
  --footer-signup: #1c6b91;

  --footer-svg-fill-light: #CCEFED;
  --footer-svg-fill-medium:#00B2A9;
  --footer-svg-fill-dark: #0A5F6D;
}
