:root {
    interpolate-size: allow-keywords;
    --color-primary--rgb: 27,41,55;
    --color-primary--rgb--dark: 20,24,28;
    --color-primary-reverse--rgb: 0,230,168;
    --color-secondary--rgb: 137,48,253;
	
    --color-text: #000;
    --color-paragraph: #666666;
    --color-paragraph--dark: #222222;
    --color-text--muted: #999999;
    --color-dimmed: #F7F7F7;
    --color-dark: #0C0C0C;
    --color-contrast: #fff;
	
    --border-radius--default: 8px;
    --border-radius--half: 4px;
	
    --font-family-default: "Montserrat", serif;
    --font-size-default: 16px;
	
    --font-family-default: "Montserrat", serif;

    --transition--static: all .6s ease-out;
    --transition--hover: all .2s ease-in;

    --transition--static-fast: all .4s ease-out;
    --transition--hover-fast: all .2s ease-in;

    --transition--static-slow: all 1.2s ease-out;
    --transition--hover-slow: all .6s ease-out;

    --grid-gap: 64px;
}