:root {
    /***************************************
     * Colors (managed in atomic config, enable here to override)
     ****************************************/
    /*--px-color-bg:#fff; !* content background *!*/
    /*--px-color-text:#1c1c1c; !* body text *!*/
    /*--px-color-heading:var(--px-color-primary);*/
    --px-spacing-paragraph:var(--px-spacing-20);


    /***************************************
    * Miscellaneous
    ****************************************/
    /* these variables will be updated by updateCSSVariables() */
    --px-scroll-bar-width:8px;
    --px-address-bar-height:0px;
    --px-100vw:calc(100vw - var(--px-scroll-bar-width));
    --px-100vh:calc(100vh - var(--px-address-bar-height));

    /* Transition */
    --px-transition:all .3s ease;
    --px-transition-slow:all .6s ease;
}


