/*
@font-face {
	font-family: 'Gibson';
	src: url('Gibson-Regular.otf');
}
@font-face {
	font-family: 'Gibson-Light';
	src: url('Gibson-Light.otf');
}
@font-face {
	font-family: 'Gibson-Bold';
	src: url('Gibson-Bold.otf');
}
*/

@font-face {
	font-family: 'gibsonregular';
	src: url('gibson-regular-webfont.woff2') format('woff2'),
		 url('gibson-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gibsonlight';
	src: url('gibson-light-webfont.woff2') format('woff2'),
		 url('gibson-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gibsonsemibold';
	src: url('gibson-semibold-webfont.woff2') format('woff2'),
		 url('gibson-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gibsonbold';
	src: url('gibson-bold-webfont.woff2') format('woff2'),
		 url('gibson-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}