:root   {

    /* COLORS */
    --color-primary: #33b638;
    --color-secondary: #ff9800;
    --color-page-background: rgb(24, 26, 29);


    /* SIZING */
    --page-width: clamp(300px, 75%, 1400px);
    --footer-height: 500px;
    --header-height: 5em;
    --mega-height: 15em;
    --mega-width: 1.0; /* % of page width */
}