:root {
  --light: rgba(255, 255, 255, 1);
  --dark: rgba(0, 0, 0, 1);
  --neutrals-700: rgba(78, 77, 89, 1);
  --body-12px-regular-font-family: "IBM Plex Sans Arabic", Helvetica;
  --body-12px-regular-font-weight: 400;
  --body-12px-regular-font-size: 12px;
  --body-12px-regular-letter-spacing: 0px;
  --body-12px-regular-line-height: normal;
  --body-12px-regular-font-style: normal;
  --button-s-font-family: "Inter", Helvetica;
  --button-s-font-weight: 500;
  --button-s-font-size: 12px;
  --button-s-letter-spacing: 0px;
  --button-s-line-height: 16px;
  --button-s-font-style: normal;
  --shadow-hover: 0px 4px 12px 0px rgba(60, 157, 118, 0.3);
  --shadow-pressed: 0px 2px 4px 0px rgba(60, 157, 118, 0.2);
}
