/* Figma Styles of your File */
:root {
  /* Colors */
  --gradient-1: linear-gradient(
    106.77deg,
    rgba(44, 193, 246, 1) 0.9999999776482582%,
    rgba(50, 136, 234, 1) 100%
  );
  --gradient-2: linear-gradient(
    90deg,
    rgba(48, 145, 236, 1) 0%,
    rgba(45, 185, 244, 1) 100%
  );
  --gradient-3: linear-gradient(
    134.57deg,
    rgba(255, 212, 47, 1) 0%,
    rgba(255, 127, 47, 1) 100%
  );

  /* Fonts */
  --h1-font-family: Unbounded-Medium, sans-serif;
  --h1-font-size: 52px;
  --h1-line-height: normal;
  --h1-font-weight: 500;
  --h1-font-style: normal;
  --body-1-font-family: Inter-Medium, sans-serif;
  --body-1-font-size: 24px;
  --body-1-line-height: normal;
  --body-1-font-weight: 500;
  --body-1-font-style: normal;

  /* Effects */
  --shadow-box-shadow: 5px 5px 16px 4px rgba(174, 183, 193, 0.4);
}
