:root {
	--black: #000000;
	--black2:#0f0f0f;
	--black3:#04030e;

    --bluegreen: #166d83;
    
	--grey: #807e7e;
    --darkgrey: #363636;
    --white: #ffffff;

    --lightgrey-bg: #f8f6f6;
    --lightgrey2-bg: #f5f5f5;

    
    --warning: #ff0d00;

    --bordergrey: #d7d7d7;

	
    --transition: all .3s ease-in-out;
    --transition-slow: all 1.5s ease-in-out;
    
    --font-family-1: "Montserrat", sans-serif;
    --font-family-2: "Gotham", sans-serif;

    --space: 50px;
    --space-xs: 20px;
	--space-md: calc(var(--space) * 2);
	--space-md-xs: calc(var(--space-xs) * 2);
	--content-max-width: 1280px;
    --content-max-width-xs: 768px;
}

/* * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  } */