:root   {

    /* COLORS */
    --color-primary: #7BD83F;
    --color-page-background: #f4f5f7;

    /* SIZING */
    --page-width: clamp(300px, 75%, 1400px);
    --footer-height: 300px;
    --header-height: 5em;
    --mega-height: 15em;
    --mega-width: 1.0;
}
