/**
 * fonts
 */

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-xLight.ttf') format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-xLightItalic.ttf') format("truetype");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-Light.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-LightItalic.ttf') format("truetype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-RegularItalic.ttf') format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-Medium.ttf') format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-MediumItalic.ttf') format("truetype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-BoldItalic.ttf') format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-Black.ttf') format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'GratimoCentra'; 
	src: url('/fonts/gratimo-centra/GratimoCentra-BlackItalic.ttf') format("truetype");
	font-weight: 900;
	font-style: italic;
}

/* Icons */
@font-face {font-family: 'CentraSet';src:  url('/fonts/centra-set.eot?w9xi4g'); src:  url('/fonts/centra-set.eot?w9xi4g#iefix') format('embedded-opentype'), url('/fonts/centra-set.ttf?w9xi4g') format('truetype'), url('/fonts/centra-set.woff?w9xi4g') format('woff'), url('/fonts/centra-set.svg?w9xi4g#icomoon') format('svg'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'TheHand-Regular'; src: url('/fonts/thehandregular.woff2') format('woff2'), url('/fonts/thehandregular.woff') format('woff'); font-weight: normal; font-style: normal;}

/**
 * general
 */

:root {
	--brand-hero: #00B1B7;
	--brand-hero-dark: #00A8AD;
	--centra-navy: #0F3340;
	--digital-red: #DB2B1E;
}