/*
- - - > |  @font-face  | < - - - 
*/

/* Geograph Regular */
	@font-face {
	font-family: 'geograph-web';
	src: url('geograph-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	}

/* Geograph Regular Italic */
	@font-face {
	font-family: 'geograph-web';
	src: url('geograph-regular-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	}

/* Geograph Bold */
	@font-face {
	font-family: 'geograph-web';
	src: url('geograph-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	}

/* Geograph Bold Italic */
	@font-face {
	font-family: 'geograph-web';
	src: url('geograph-bold-italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}



/*
- - - > |  Font classes  | < - - - 
*/
.geograph-regular {
	font-family: 'geograph-web';
	font-weight: 400;
	font-style: normal;
	}

.geograph-regular-italic {
	font-family: 'geograph-web';
	font-weight: 400;
	font-style: italic;
	}

.geograph-bold {
	font-family: 'geograph-web';
	font-weight: 700;
	font-style: normal;
	}

.geograph-bold-italic {
	font-family: 'geograph-web';
	font-weight: 700;
	font-style: italic;
}

/*
