@charset "UTF-8";

/* --- Schriftarten --- */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url("/font/opensans-regular.eot");
    src: local("Open Sans"), local("Open Sans Regular"), local("opensans-regular");
    src: url("/font/opensans-regular.eot?#iefix") format("embedded-opentype"),
         url("/font/opensans-regular.woff2") format("woff2"),
         url("/font/opensans-regular.woff") format("woff"),
         url("/font/opensans-regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    src: url("/font/opensans-bold.eot");
    src: local("Open Sans"), local("Open Sans Bold"), local("opensans-bold");
    src: url("/font/opensans-bold.eot?#iefix") format("embedded-opentype"),
         url("/font/opensans-bold.woff2") format("woff2"),
         url("/font/opensans-bold.woff") format("woff"),
         url("/font/opensans-bold.ttf") format("truetype");
}
