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

}

body {
	font-family: 'Gibson_Light';
}