/* Geogrotesque Font Family - @font-face declarations */

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-ExtLtIta.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque/GeogrotesqueCyr-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

