:root {
  --gray-1: rgba(222, 226, 221, 1);
  --white: rgba(255, 255, 255, 1);
  --grey: rgba(222, 226, 221, 1);
  --button-font-family: "DM Sans", Helvetica;
  --button-font-weight: 400;
  --button-font-size: 16px;
  --button-letter-spacing: 0px;
  --button-line-height: 100%;
  --button-font-style: normal;
}
