body {
    font-family: Gibson_SemiBold;
    font-weight:black;
}

@font-face {
    font-family: 'Gibson_SemiBold';
    src: url('Gibson-SemiBold.woff2') format('woff2'),
         url('Gibson-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: 'Gibson';
    src: url('Gibson-SemiBold.woff2') format('woff2'),
         url('Gibson-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}