/* Geologica Regular */
@font-face {
    font-family: 'Geologica';
    src: url('./Geologica-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Geologica Medium */
@font-face {
    font-family: 'Geologica';
    src: url('./Geologica-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Geologica Bold */
@font-face {
    font-family: 'Geologica';
    src: url('./Geologica-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Geologica Light */
@font-face {
    font-family: 'Geologica';
    src: url('./Geologica-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

