@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-Thin.woff2') format('woff2'),
        url('../fonts/Geologica-Thin.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-ExtraLight.woff2') format('woff2'),
        url('../fonts/Geologica-ExtraLight.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-Light.woff2') format('woff2'),
        url('../fonts/Geologica-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-Regular.woff2') format('woff2'),
        url('../fonts/Geologica-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-Medium.woff2') format('woff2'),
        url('../fonts/Geologica-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-SemiBold.woff2') format('woff2'),
        url('../fonts/Geologica-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-Bold.woff2') format('woff2'),
        url('../fonts/Geologica-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-ExtraBold.woff2') format('woff2'),
        url('../fonts/Geologica-ExtraBold.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'Geologica';
    src: 
        url('../fonts/Geologica-Black.woff2') format('woff2'),
        url('../fonts/Geologica-Black.woff') format('woff');
    font-weight: 900;
}