:root{--accent: 23, 124, 34;--accent-light: 180, 250, 203;--accent-dark: 14, 54, 27;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-dark)) 30%, white 60%);--primary-bg: #fff;--primary-text: #13151a;--secondary-bg: #13151a;--secondary-text: #fff}@media(prefers-color-scheme:dark){:root{--primary-bg: #13151a;--primary-text: #fff;--secondary-bg: #fff;--secondary-text: #13151a;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%)}}html{font-family:Seravek,Gill Sans Nova,Ubuntu,Calibri,DejaVu Sans,source-sans-pro,sans-serif;background:var(--primary-bg);background-size:224px}body,h1,h2,h3,h4,h5,h6,p{margin:0}code{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace}
