:root {
  --font-name: "Geist";
  --font-name-mono: "GeistMono";
  --font-name-brand: "Gilroy";
  --background: 33, 61%, 94%;
  --background-darker: 33, 61%, 92%;
  --background-alt: 30, 82%, 86%;
  --background-video: 0, 0%, 20%;
  --foreground: 0, 0%, 10%;
  --card: 0, 0%, 100%;
  --card-foreground: 0, 0%, 0%;
  --popover: 0, 0%, 100%;
  --popover-foreground: 0, 0%, 0%;
  --primary: 0, 0%, 10%;
  --primary-foreground: 0, 0%, 98%;
  --always-light: 0, 0%, 100%;
  --secondary: 240, 4.8%, 95.9%;
  --secondary-foreground: 240, 5.9%, 10%;
  --muted: 240, 4.8%, 95.9%;
  --muted-foreground: 240, 3.8%, 46.1%;
  --accent: 240, 4.8%, 95.9%;
  --accent-foreground: 240, 5.9%, 10%;
  --destructive: 0, 72.22%, 50.59%;
  --destructive-foreground: 0, 0%, 98%;
  --success: 155, 72.22%, 37%;
  --success-foreground: 0, 0%, 98%;
  --border: 240, 5.9%, 90%;
  --input: 240, 5.9%, 90%;
  --ring: 240, 5%, 64.9%;
  --chart-1: 12, 76%, 61%;
  --chart-2: 173, 58%, 39%;
  --chart-3: 197, 37%, 24%;
  --chart-4: 43, 74%, 66%;
  --chart-5: 27, 87%, 67%;
  --sidebar-background: 33, 61%, 92%;
  --sidebar-foreground: 240, 5.3%, 26.1%;
  --sidebar-primary: 240, 5.9%, 10%;
  --sidebar-primary-foreground: 0, 0%, 98%;
  --sidebar-accent: 240, 4.8%, 95.9%;
  --sidebar-accent-foreground: 240, 5.9%, 10%;
  --sidebar-border: 220, 13%, 91%;
  --sidebar-ring: 240, 5%, 64.9%;
  --shadow-input: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-button: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --ease-default: cubic-bezier(0.25, 0.1, 0.25, 1);
  --duration-default: 400ms;
  --duration-fast: 250ms;
  --duration-faster: 200ms;
  --zindex-dropdown-backdrop: 900;
  --zindex-dropdown: 1000;
  --zindex-sticky: 1000;
  --zindex-fixed: 1030;
  --zindex-modal-backdrop: 1040;
  --zindex-modal: 1050;
  --zindex-popover: 1060;
  --zindex-tooltip: 1070;
  --zindex-toast: 1080;
}
:root .dark {
  --background: 0, 0%, 0%;
  --background-darker: 0, 0%, 8%;
  --background-alt: 160, 70%, 21%;
  --background-video: 0, 0%, 10%;
  --foreground: 0, 0%, 98%;
  --card: 0, 0%, 0%;
  --card-foreground: 0, 0%, 98%;
  --popover: 0, 0%, 0%;
  --popover-foreground: 0, 0%, 98%;
  --primary: 0, 0%, 98%;
  --primary-foreground: 240, 5.9%, 10%;
  --always-light: 0, 0%, 100%;
  --secondary: 0, 0%, 12%;
  --secondary-foreground: 0, 0%, 98%;
  --muted: 0, 0%, 12%;
  --muted-foreground: 240, 5%, 64.9%;
  --accent: 240, 3.7%, 15.9%;
  --accent-foreground: 0, 0%, 98%;
  --destructive: 0, 62.8%, 30.6%;
  --destructive-foreground: 0, 85.7%, 97.3%;
  --success: 155, 62.8%, 30.6%;
  --success-foreground: 0, 85.7%, 97.3%;
  --border: 0, 0%, 20%;
  --input: 0, 0%, 20%;
  --ring: 240, 4.9%, 83.9%;
  --chart-1: 220, 70%, 50%;
  --chart-2: 160, 60%, 45%;
  --chart-3: 30, 80%, 55%;
  --chart-4: 280, 65%, 60%;
  --chart-5: 340, 75%, 55%;
  --sidebar-background: 244, 4%, 8%;
  --sidebar-foreground: 240, 4.8%, 95.9%;
  --sidebar-primary: 224.3, 76.3%, 48%;
  --sidebar-primary-foreground: 0, 0%, 100%;
  --sidebar-accent: 240, 3.7%, 15.9%;
  --sidebar-accent-foreground: 240, 4.8%, 95.9%;
  --sidebar-border: 240, 3.7%, 15.9%;
  --sidebar-ring: 240, 4.9%, 83.9%;
}

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