/* --- GEOLOGICA AUTO (ОСНОВНОЙ) --- */

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Auto';
    src: url('../fonts/Geologica_Auto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* --- GEOLOGICA CURSIVE (КУРСИВ) --- */

@font-face {
    font-family: 'Geologica Cursive';
    src: url('../fonts/Geologica_Cursive-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica Cursive';
    src: url('../fonts/Geologica_Cursive-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Аналогично можно добавить остальные веса для Cursive, если они вам нужны в проекте */

/* --- ПРИМЕР ИСПОЛЬЗОВАНИЯ В CSS --- */
/*
body {
    font-family: 'Geologica Auto', sans-serif;
    font-weight: 400; 
}

h1 {
    font-family: 'Geologica Auto', sans-serif;
    font-weight: 700;
}
*/
