:root{--font-family-serif:"Alegreya",Georgia,"Times New Roman",serif;--font-family-sans:"Belleza",Inter,system-ui,sans-serif;--font-family-ui:Inter,system-ui,-apple-system,sans-serif;--font-family-mono:"JetBrains Mono","Consolas","Monaco",monospace;--font-family-dyslexic:"Atkinson Hyperlegible",system-ui,sans-serif;--font-body:var(--font-family-serif);--font-headline:var(--font-family-sans);--font-ui:var(--font-family-ui);--font-code:var(--font-family-mono);--color-white:0 0% 100%;--color-black:0 0% 5%;--color-forest-green:142 36% 28%;--color-red-granite:12 45% 35%;--color-sage-green:142 25% 65%;--color-blue-primary:210 100% 40%;--color-orange-secondary:25 100% 45%;--color-yellow-accent:50 100% 50%;--theme-light-background:var(--color-white);--theme-light-foreground:var(--color-black);--theme-light-primary:var(--color-forest-green);--theme-light-secondary:var(--color-red-granite);--theme-light-accent:var(--color-sage-green);--theme-dark-background:0 0% 8%;--theme-dark-foreground:0 0% 95%;--theme-dark-primary:142 40% 65%;--theme-dark-secondary:12 45% 45%;--theme-dark-accent:142 30% 75%;--theme-colorblind-primary:var(--color-blue-primary);--theme-colorblind-secondary:var(--color-orange-secondary);--theme-colorblind-accent:var(--color-yellow-accent);--theme-colorblind-dark-primary:210 100% 60%;--theme-colorblind-dark-secondary:25 100% 65%;--theme-colorblind-dark-accent:50 100% 70%;--background:var(--theme-light-background);--foreground:var(--theme-light-foreground);--primary:var(--theme-light-primary);--secondary:var(--theme-light-secondary);--accent:var(--theme-light-accent);--primary-foreground:var(--color-white);--secondary-foreground:var(--color-white);--accent-foreground:var(--color-black)}.dark{--background:var(--theme-dark-background);--foreground:var(--theme-dark-foreground);--primary:var(--theme-dark-primary);--secondary:var(--theme-dark-secondary);--accent:var(--theme-dark-accent);--primary-foreground:var(--color-black);--secondary-foreground:var(--color-white);--accent-foreground:var(--color-black)}.colorblind{--primary:var(--theme-colorblind-primary);--secondary:var(--theme-colorblind-secondary);--accent:var(--theme-colorblind-accent);--primary-foreground:var(--color-white);--secondary-foreground:var(--color-white);--accent-foreground:var(--color-black)}.colorblind.dark{--background:var(--theme-dark-background);--foreground:var(--theme-dark-foreground);--primary:var(--theme-colorblind-dark-primary);--secondary:var(--theme-colorblind-dark-secondary);--accent:var(--theme-colorblind-dark-accent);--primary-foreground:var(--color-black);--secondary-foreground:var(--color-black);--accent-foreground:var(--color-black)}.font-dyslexic,.font-dyslexic.colorblind,.font-dyslexic.colorblind.dark,.font-dyslexic.dark,html.font-dyslexic,html.font-dyslexic.colorblind,html.font-dyslexic.colorblind.dark,html.font-dyslexic.dark{--font-body:var(--font-family-dyslexic)!important;--font-headline:var(--font-family-dyslexic)!important;--font-ui:var(--font-family-dyslexic)!important;--font-code:var(--font-family-dyslexic)!important}*,body{font-family:var(--font-body)}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline)}.btn,[role=button],button,input,select,textarea{font-family:var(--font-ui)}.font-code,.font-mono,code,kbd,pre,samp{font-family:var(--font-code)}