/* Generated from Figma Variables. First mode = :root default.
   FLOAT tokens are unitless — multiply by 1px in calc() where a length is needed. */

:root {
  --accents-teal: rgb(0,195,208); /* @kind color */
  --blue500: rgb(20,56,152); /* @kind color */
  --color-333: rgb(51,51,51); /* @kind color */
  --color-main: rgb(71,110,255); /* @kind color */
  --corner-none: 0;
  --corner-small: 8;
  --grey02: rgb(209,209,209); /* @kind color */
}

:root[data-theme="dark"], .dark {
  --accents-teal: rgb(0,210,224); /* @kind color */
  --accents-teal: rgb(59,221,236); /* @kind color */
}

:root[data-theme="light"], .light {
  --accents-teal: rgb(0,129,152); /* @kind color */
}
