html {
  --primary-color: #2C5282;
  --secondary-color: #1A365D;
  --third-color: #C6953C;

  --primary-grey: #F5F3EF;
  --secondary-grey: #CCC7BE;
  --third-grey: #6B6560;
  --fourth-grey: #2D2926;
  --black: #1A1714;

  --price-color: #1A6B4A;
  --red: #B91C1C;

  --main-bg: var(--white);
  --footer-signup: #1A365D;

  --footer-svg-fill-light: #BEE3F8;
  --footer-svg-fill-medium: #2C5282;
  --footer-svg-fill-dark: #1A365D;
}

