:root {
  --color-grey-100: #F6F6F6;
  --color-grey-125: #d7d7d7;
  --color-grey-150: #EBEBEB;
  --color-grey-200: #BFBFBF;
  --color-grey-300: #AAAAAA;
  --color-grey-400: #848695;
  --color-grey-400-hover: #73778d;
  --color-grey-400-focus: #5c5f7c;
  --color-grey-500: #5E5E5E;
  --color-grey-600: #404040;
  --color-cyan-green-100: #b3ece8;
  --color-cyan-green-200: #7FCFC9;
  --color-cyan-green-300: #5cbdb7;
  --color-cyan-green-400: #38BC8C;
  --color-cyan-300: #209FB0;
  --color-cyan-400: #1B8BA0;
  --color-cyan-500: #070808;
  --color-dark-blue-400: #4D516A;
  --color-dark-blue-900: #161B3E;
  --color-yellow-100: #FFF8EE;
  --color-yellow-100-hover: #fff3e7;
  --color-yellow-100-focus: #ffeedb;
  --color-yellow-200: #FDE778;
  --color-yellow-400: #FCB023;
  --color-yellow-400-hover: #ffb836;
  --color-yellow-400-focus: #ee9b00;
  --color-green-400: #3EA64A;
  --color-green-400-hover: #3db04b;
  --color-green-400-focus: #359840;
  --color-red-100: #fde2ed;
  --color-red-200: #F669A3;
  --color-red-400: #FC2D4D;
  --color-red-500: #c40856;
  --color-red-400-hover: #ff4d6a;
  --color-red-400-focus: #e11c3a;
  --color-text: var(--color-dark-blue-900);
  --color-text-not-important: var(--color-grey-400);
  --color-text-inverted: white;
  --color-links: var(--color-cyan-400);
  --font-family: "Poppins", sans-serif;
  --border-radius: 0.8rem;
  --border-radius-small: 0.4rem;
  --border-radius-smaller: 0.2666666667rem;
}/*# sourceMappingURL=css-variables.css.map */