/*
Configurable css variables generated by arachnyx
*/

:root {
    /* Colors */
    --chroma-base: 0.12;
    --hue-primary: 295;
    --hue-jugend: 75;
    --hue-codingkids: 8;

    &:has(.primary[aria-current]) {
        --hue-secondary: var(--hue-primary);
    }
        &:has(.goenyx[aria-current]) {
        --hue-secondary: var(--hue-primary);
    }
        &:has(.jugend[aria-current]) {
        --hue-secondary: var(--hue-jugend);
    }
        &:has(.codingkids[aria-current]) {
        --hue-secondary: var(--hue-codingkids);
    }
    
    /* Lengths */
    --length-base: 1rem;
    /*font-family: sans-serif;*/
}
/*
@font-face {
  font-family: 'meine-schrift';
  src: url('pfad/zu/meinerschrift.woff2') format('woff2'),
       url('pfad/zu/meinerschrift.woff')  format('woff');
}
p { font-family: meine-schrift, arial, sans-serif; }
*/

