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

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

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

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

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