@theme {
  --font-openSans: "Open Sans", sans-serif;
  --font-swiss721BT: "Swiss721BT", sans-serif;
  --color-theme-primary: #ffb254;
  --max-width-theme-width: 1440px;
  --shadow-masonry: 0px 0px 36px 0px rgba(0, 0, 0, 0.16);
  --shadow-trusted: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  --background-image-cta-gradient: linear-gradient(
    to right,
    rgb(245, 184, 154) 0%,
    rgb(247, 155, 74) 100%
  );
  --background-image-theme-features: linear-gradient(
    to top,
    rgb(244, 247, 252) 61%,
    rgb(195, 210, 238) 100%
  );
  --background-image-theme-compatibility: linear-gradient(
    to top,
    rgb(242, 251, 253) 61%,
    rgb(180, 234, 243) 100%
  );
  --background-image-theme-whatyouget: linear-gradient(
    to top,
    rgb(249, 245, 255) 61%,
    rgb(222, 195, 255) 100%
  );
}
