@charset "iso-8859-1";
/* ------------------------------------------------------------------------------ */
/* Schrift-CSS                                                                    */
/* ------------------------------------------------------------------------------ */

@font-face {
    font-family: 'Arimo-Regular';
    src: url('fonts/arimo-regular-webfont.eot');
    src: url('fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-regular-webfont.woff2') format('woff2'),
         url('fonts/arimo-regular-webfont.woff') format('woff'),
         url('fonts/arimo-regular-webfont.ttf') format('truetype'),
         url('fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
/* ------------------------------------------------------------------------------ */