@font-face {
    font-family: 'derhamRegular';
    src: url('../font/Sunlight-Regular.woff2') format('woff2'),
        url('../font/Sunlight-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'derhamBold';
    src: url('../font/Sunlight-Black.woff2') format('woff2'),
        url('../font/Sunlight-Black.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* SANS SERIF */

@font-face {
    font-family: 'extra';
    src: url('../font/Baikal-ExtraLight.woff2') format('woff2'),
        url('../font/Baikal-ExtraLight.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'light';
    src: url('../font/Baikal-Light.woff2') format('woff2'),
        url('../font/Baikal-Light.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'medium';
    src: url('../font/Baikal-Medium.woff2') format('woff2'),
        url('../font/Baikal-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'regular';
    src: url('../font/Baikal-Regular.woff2') format('woff2'),
        url('../font/Baikal-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'book';
    src: url('../font/Baikal-Book.woff2') format('woff2'),
        url('../font/Baikal-Book.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bold';
    src: url('../font/Baikal-SemiBold.woff2') format('woff2'),
        url('../font/Baikal-SemiBold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
