:root {
  --color-theme: zincCyan;
  --color-mode: dark;
  --color-primary: #0e7490;
  --color-accent: #ffe0d4;
  --color-background: #0c0c0d;
  --color-foreground: #fafafa;
  --color-surface: #18181b;
  --color-border: #27272a;
  --type-primaryFont: font-Inter;
  --layout-contentWidth: max-w-[820px];
}
