/**
GENERATED FILE

webflow.css is generated automatically by webflow and is used to expose variables from your webflow design system in your app. 
Any changes to this file will be overwritten the next time your app is loaded in the workbench.

In order to override any of these variables you can redefine them in a
css file that is imported globally after the webflow.css on your page.

Font imports and @font-face declarations are in fonts.css, which should be imported before this file.

You can learn more about CSS custom properties here:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascading_variables/Using_CSS_custom_properties#inheritance_of_custom_properties
*/

:root {
  --_apps---charts--chart-1: #007bff;
  --_apps---charts--chart-2: #5fa0fd;
  --_apps---charts--chart-3: #0067f9;
  --_apps---charts--chart-4: #005fca;
  --_apps---charts--chart-5: #003dae;
  --_apps---charts--chart-1-dark: #0d80ff;
  --_apps---charts--chart-2-dark: #73b5ff;
  --_apps---charts--chart-3-dark: #005bed;
  --_apps---charts--chart-4-dark: #58a4ff;
  --_apps---charts--chart-5-dark: #0052c4;
  --_apps---typography--heading-font: Montserrat, sans-serif;
  --_apps---typography--body-font: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  --_apps---typography--button-font: Montserrat, sans-serif;
  --_apps---sizes--radius: 4px;
  --_apps---colors--background: #ffffff;
  --_apps---colors--foreground: #333333;
  --_apps---colors--card: #ffffff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #007bff;
  --_apps---colors--primary-foreground: #080e16;
  --_apps---colors--secondary: #d8f8ff;
  --_apps---colors--secondary-foreground: #090e13;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d84541;
  --_apps---colors--border: #dddddd;
  --_apps---colors--input: #e0e0e0;
  --_apps---colors--ring: #3a80e0;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #0d80ff;
  --_apps---colors--primary-foreground-dark: #080e16;
  --_apps---colors--secondary-dark: #001042;
  --_apps---colors--secondary-foreground-dark: #f4f9ff;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e6534d;
  --_apps---colors--border-dark: #dddddd;
  --_apps---colors--input-dark: #ffffff;
  --_apps---colors--ring-dark: #5298fa;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #007bff;
  --_apps---sidebar--sidebar-primary-foreground: #080e16;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #dddddd;
  --_apps---sidebar--sidebar-ring: #3a80e0;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #0d80ff;
  --_apps---sidebar--sidebar-primary-foreground-dark: #080e16;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff;
  --_apps---sidebar--sidebar-ring-dark: #5298fa;
}