:root{--chip-plum: oklch(.55 .12 330);--chip-ochre: oklch(.6 .13 75);--chip-bg: oklch(.97 .008 320);--chip-surface: rgba(255, 255, 255, .75);--chip-surface-opaque: oklch(.995 .004 320);--chip-border: oklch(.88 .012 320);--chip-text: oklch(.22 .02 320);--chip-text-muted: oklch(.5 .02 320);--chip-success: oklch(.57 .1 150);--chip-error: oklch(.53 .14 20);--chip-warning: oklch(.6 .11 85)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--chip-plum: oklch(.68 .1 330);--chip-ochre: oklch(.78 .11 75);--chip-bg: oklch(.19 .016 320);--chip-surface: rgba(255, 255, 255, .04);--chip-surface-opaque: oklch(.26 .02 320);--chip-border: rgba(255, 255, 255, .08);--chip-text: oklch(.96 .008 320);--chip-text-muted: oklch(.68 .03 320);--chip-success: oklch(.72 .1 150);--chip-error: oklch(.68 .14 20);--chip-warning: oklch(.78 .11 85)}}:root[data-theme=dark]{--chip-plum: oklch(.68 .1 330);--chip-ochre: oklch(.78 .11 75);--chip-bg: oklch(.19 .016 320);--chip-surface: rgba(255, 255, 255, .04);--chip-surface-opaque: oklch(.26 .02 320);--chip-border: rgba(255, 255, 255, .08);--chip-text: oklch(.96 .008 320);--chip-text-muted: oklch(.68 .03 320);--chip-success: oklch(.72 .1 150);--chip-error: oklch(.68 .14 20);--chip-warning: oklch(.78 .11 85)}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--chip-bg);color:var(--chip-text);font-family:"Source Serif 4",Georgia,Times New Roman,serif;transition:background .2s ease,color .2s ease}
