/*
-----------------------------------------------
Fonts einbetten Google Fonts
----------------------------------------------- */
/* einbettet: Example: h1 { font-family: ‘Istok Web’, Arial, serif; font-weight: 400; } */
/*
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700);

*,
html,
button,
input,
select,
textarea {
    font-family: "Istok Web", Courier, Times New Roman, Arial, Verdana, sans-serif;
	font-weight: 400;
}

body {
    font-family: "Istok Web", Courier, Times New Roman, Arial, Verdana, sans-serif;
	font-weight: 400;
}
h1 {
    font-family: "Istok Web", Courier, Times New Roman, Arial, Verdana, sans-serif;
	font-weight: 700;
}
/*

/*
-----------------------------------------------
Fonts einbetten direkt
Font-Files erstellt mit http://www.fontsquirrel.com
----------------------------------------------- */


@font-face {
    font-family: 'SansationBold';
    src: url('../fonts/sansation-bold-webfont.eot');
    src: url('../fonts/sansation-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-bold-webfont.woff') format('woff'),
         url('../fonts/sansation-bold-webfont.ttf') format('truetype'),
         url('../fonts/sansation-bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationLight';
    src: url('../fonts/sansation-light-webfont.eot');
    src: url('../fonts/sansation-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-light-webfont.woff') format('woff'),
         url('../fonts/sansation-light-webfont.ttf') format('truetype'),
         url('../fonts/sansation-light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationRegular';
    src: url('../fonts/sansation-regular-webfont.eot');
    src: url('../fonts/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-regular-webfont.woff') format('woff'),
         url('../fonts/sansation-regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation-regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*,
html,
button,
input,
select,
textarea {
    font-family: "SansationLight", Courier, Times New Roman, Arial, Verdana, sans-serif;
}

body {
    font-family: "SansationLight", Courier, Times New Roman, Arial, Verdana, sans-serif;
}
h1 {
    font-family: "SansationLight", Courier, Times New Roman, Arial, Verdana, sans-serif;
}
