/*
 * DO NOT EDIT THIS FILE.
 * @preserve
 */
/*
  Global CSS custom properties.
*/
:root {
  --font-light: "Segoe UI", sans-serif;
  --font-regular: "Segoe UI Regular", sans-serif;
  --font-semibold: "Segoe UI Semibold", sans-serif;
  --font-bold: "Segoe UI Bold", sans-serif;
  /**
   * Named Colors.
   */
  /* Red */
  --color-red: red;
  /* Gray */
  --color-gray: #eee;
  /*Light_gray*/
  --light-grey: hsl(var(--light-grey-hue), var(--light-grey-saturation), calc(1% * var(--light-grey-lightness)));
}

/*# sourceMappingURL=variables.css.map*/