<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** LOAD ORDER: 4 */
:root {

    --theme-font-hue-base: 0;
    --theme-font-sat-base: 0%;
    --theme-font-lht-base: 4%;
    --theme-font-opa-base: 1;

    --theme-font-step-base: 17%;
    --theme-font-step-dir: 1;

    --theme-font-on-primary: hsl(0, 0%, 95%);
    --theme-font-on-primary-light: hsl(0, 0%, 100%);
    --theme-font-on-primary-dark: hsl(0, 0%, 85%);

    --theme-font-on-secondary: hsl(0, 0%, 8%);
    --theme-font-on-secondary-light: hsl(0, 0%, 15%);
    --theme-font-on-secondary-dark: hsl(0, 0%, 0%);
}</pre></body></html>