@font-face {
    font-family: 'Gibson-Light';
    src: url('../fonts/Gibson-Light.woff2') format('woff2'),
        url('../fonts/Gibson-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/Gibson.woff2') format('woff2'),
        url('../fonts/Gibson.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson-Bold';
    src: url('../fonts/Gibson-Bold.woff2') format('woff2'),
        url('../fonts/Gibson-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson-Semibold';
    src: url('../fonts/Gibson-SemiBold.woff2') format('woff2'),
        url('../fonts/Gibson-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
