:root {

    /* ==========================
       FONT
    ========================== */

    --font-1-reg: 'Inter', sans-serif;
	--font-1-bold: 'Inter2', sans-serif;
	--font-1-med: 'Inter3', sans-serif;
    --font-2: 'SlightChanceMono', sans-serif;

    /* ==========================
       COLORI
    ========================== */

    --color-primary: #000000;
    --color-secondary: #FFFFFF;
    --color-accent: #e5e5e5;

    /* ==========================
       LAYOUT
    ==========================

    --container-width: 1440px;
    --header-height: 100px;  */

    /* ==========================
       SPAZIATURE
    ========================== 

    --space-xs: .5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 8rem;
                         */
    /* ==========================
       TRANSIZIONI
    ========================== */

    --transition: .3s ease;

}