/* Scoped version of styleguide.css - CSS variables scoped to #fincPopup */
#fincPopup {
  --fincprimary: rgba(255, 184, 28, 1);
  --fincsecundary: rgba(22, 49, 117, 1);
  --fincwhite: rgba(255, 255, 255, 1);
  --finclight-grey: rgba(255, 254, 255, 1);
  --fincmedium-grey: rgba(205, 209, 212, 1);
  --fincdark-grey: rgba(91, 103, 112, 1);
  --fincblack: rgba(29, 31, 42, 1);
  --fincalert-green: rgba(44, 188, 82, 1);
  --fincalert-red: rgba(255, 76, 45, 1);
  --fincsecundarylight: rgba(189, 214, 230, 1);
  --fincsecundary-font: rgba(255, 255, 255, 1);
  --fincprimary-light: rgba(248, 224, 142, 1);
  --fincprimaryfont: rgba(29, 31, 42, 1);
  --textdefault: rgba(13, 13, 12, 1);
  --textsubtle: rgba(89, 88, 85, 1);
  --desktop-heading-6-font-family: "Volte", Helvetica;
  --desktop-heading-6-font-weight: 400;
  --desktop-heading-6-font-size: 20px;
  --desktop-heading-6-letter-spacing: 0px;
  --desktop-heading-6-line-height: 110.00000238418579%;
  --desktop-heading-6-font-style: normal;
  --desktop-paragraph-m-font-family: "Volte", Helvetica;
  --desktop-paragraph-m-font-weight: 500;
  --desktop-paragraph-m-font-size: 16px;
  --desktop-paragraph-m-letter-spacing: 0px;
  --desktop-paragraph-m-line-height: 150%;
  --desktop-paragraph-m-font-style: normal;
}