@charset "utf-8";
/***************************
 * Einbinden von Schriften *
 ***************************/

@font-face {
    font-family: 'geosanslight';
    src: url('fonts/GeosansLight/geosanslight-webfont.eot');
    src: url('fonts/GeosansLight/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/GeosansLight/geosanslight-webfont.woff2') format('woff2'),
    url('fonts/GeosansLight/geosanslight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'geosanslight';
    src: url('fonts/GeosansLight/geosanslight-oblique-webfont.eot');
    src: url('fonts/GeosansLight/geosanslight-oblique-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/GeosansLight/geosanslight-oblique-webfont.woff2') format('woff2'),
    url('fonts/GeosansLight/geosanslight-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/SanchezRegular/Sanchez-Regular.eot');
    src: url('fonts/SanchezRegular/Sanchez-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/SanchezRegular/Sanchez-Regular.woff2') format('woff2'),
    url('fonts/SanchezRegular/Sanchez-Regular.woff') format('woff'),
    url('fonts/SanchezRegular/Sanchez-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('fonts/SanchezRegular/Sanchez-RegularItalic.eot');
    src: url('fonts/SanchezRegular/Sanchez-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/SanchezRegular/Sanchez-RegularItalic.woff2') format('woff2'),
    url('fonts/SanchezRegular/Sanchez-RegularItalic.woff') format('woff'),
    url('fonts/SanchezRegular/Sanchez-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

