/**
 * COPYRIGHT 2024 BY ROBERT CURA. ALL RIGHTS RESERVED
 * AUTHOR: ROBERT CURA
 * INCEPTION: 20240213
 * DESCRIPTION: CSS specific to page layout
 **/

:root {
    --xrc-swap-layout-page--height-header: 400px;
    --xrc-swap-layout-page--height-control: auto;
    --xrc-swap-layout-page--height-main: auto;
    --xrc-swap-layout-page--height-footer: 100px;
    
    --xrc-swap-layout-page--width-default: 100%;
        
    --xrc-swap-layout-content--height-above: auto;
    --xrc-swap-layout-content--height-center: auto;
    --xrc-swap-layout-content--height-below: auto;
    

    --xrc-swap-layout-sidebar-left--width: minmax(5rem, 1fr);
    --xrc-swap-layout-content-area--width: 5fr;
    --xrc-swap-layout-sidebar-right--width: minmax(5rem, 1fr);
}