/* Figma Styles of your File */
:root {
  /* Colors */
  --gray: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(to left, #252b3b, #252b3b);
  --blue: #417cec;

  /* Fonts */
  --font-1-font-family: Inter-Regular, sans-serif;
  --font-1-font-size: 12px;
  --font-1-line-height: normal;
  --font-1-font-weight: 400;
  --font-1-font-style: normal;
  --2-font-family: Inter-ExtraBold, sans-serif;
  --2-font-size: 12px;
  --2-line-height: normal;
  --2-font-weight: 800;
  --2-font-style: normal;
  --3-font-family: Inter-Regular, sans-serif;
  --3-font-size: 20px;
  --3-line-height: normal;
  --3-font-weight: 400;
  --3-font-style: normal;

  /* Effects */
}
/* Figma Color Variables of your File */
