body {
	font-family: 'Gibson_Light';
}


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

}

*:focus {
    outline: none;
}