@font-face {
    font-family: 'Gibson_Light';
    src: url('Gibson-Light.woff2') format('woff2'),
        url('Gibson-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

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

}

@font-face {
    font-family: 'Gibson_Bold';
    src: url('GibsonBold.woff2') format('woff2'),
         url('GibsonBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson_Regular';
    src: url('Gibson-Regular.woff2') format('woff2'),
         url('Gibson-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}