:root:root {
	--font-site-name: Audiowide, ui-sans-serif, system-ui, sans-serif;
	--font-headers: Audiowide, ui-sans-serif, system-ui, sans-serif;
	--font-text: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
}

:root:root { --background: #ffffff; --foreground: #0a0a0a; --primary: #171717; --primary-foreground: #fafafa; --secondary: #f4f4f5; --secondary-foreground: #171717; --tertiary: #e4e4e7; --tertiary-foreground: #1f2937; --destructive: #dc2626; --destructive-foreground: #ffffff; --info: #0284c7; --info-foreground: #ffffff; --warning: #d97706; --warning-foreground: #0a0a0a; --success: #16a34a; --success-foreground: #ffffff; }
:root.dark { --background: #0a0a0a; --foreground: #fafafa; --primary: #fafafa; --primary-foreground: #171717; --secondary: #27272a; --secondary-foreground: #fafafa; --tertiary: #3f3f46; --tertiary-foreground: #fafafa; --destructive: #ef4444; --destructive-foreground: #ffffff; --info: #0ea5e9; --info-foreground: #ffffff; --warning: #f59e0b; --warning-foreground: #0a0a0a; --success: #22c55e; --success-foreground: #ffffff; }