/*********** ROOT VARS **********/
:root {
    --baufire-white: #ffffff;
    --baufire-orange: #F59A24;
    --baufire-background-color: rgba(16,16,16,1);
    --baufire-background-color-transparent: rgba(16,16,16,0);
    --baufire-background: rgb(16,16,16);
    --baufire-color: #cccccc;
    --baufire-grey: #cccccc;
    --baufire-font-size: 14px;
    /* 260401
    --codercrest-fullwidth: 100vw;
    --codercrest-w-left: 0.25;
    --codercrest-w-right: 0.75;
    --codercrest-leftwidth: calc(var(--codercrest-fullwidth)* var(--codercrest-w-left));
    --codercrest-rightwidth: calc(var(--codercrest-fullwidth)* var(--codercrest-w-right));
    */
    --codercrest-is-mobile: 0;
    --codercrest-mobile-display: none;
    --codercrest-notmobile-display: block;
}
