:root {

    --genFontSize: 20px;

    --headerHeight: 68px;
    --footerHeight: 60px;
    --minBodyHeight: calc(100vh - (var(--headerHeight) + var(--footerHeight))); 

    --genPadding: 0px;
    --detWidth : 840px;


    --bigFont: 64px;
    --mediumFont: 24px;
    --smallFont: 16px;

    --textFont: 18px;
    --tinyFont: 16px;

    --textLineHeight : 1.4em;

    --purpleColor: #9687ff;
    --darkpurpleColor: #3C0A8C;
    --lightblueColor: #36A8FF;
    --blueColor: #4aa8ff;
    --darkblueColor: #3335ec;
    --greenColor: #6ee778;
    --darkgreenColor: #005532;
    --greyColor: #D9D9D9;



}