:root {
  --font-family-bold: "San Francisco Bold", sans-serif;
  --font-family-semibold: "San Francisco Semibold", sans-serif;
  --font-family-regular: "San Francisco Regular", sans-serif;
  --font-family-light: "San Francisco Light", sans-serif;

  --background-color: #101828;
  --faded-green-background-color: #eef5f3;
  --primary-green-color: #008c44;
  --primary-yellow-color: #e4a025;
  --secondary-yellow-color: #e9c702;
  --tag-background-color: #f0fdf4;
  --tag-text-color: #00a63e;
  --neutral-text-color: #62748e;
  --secondary-text-color: rgba(69, 85, 108, 0.8);
  --button-gradient-background-color: linear-gradient(
    90deg,
    #00a058 0.48%,
    #00a058 28.85%,
    #014629 100%
  );
  --common-padding-x: 256px;
  --common-small-padding-x: 16px;
}
