/**
 * @author Studio Tillack Knöll, Sven Tillack
 * @version 1.0
 */

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
font-family: 'scr';
    src: url('../font/signalcompressedweb-regular.eot');
    src: url('../font/signalcompressedweb-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/signalcompressedweb-regular.woff') format('woff');
}

@font-face {
font-family: 'maru';
    src: url('../font/GT-Maru-Medium.woff2') format('woff2');
}

@font-face {
font-family: 'maru-obl';
    src: url('../font/GT-Maru-Medium-Oblique.woff2') format('woff2');
}

a {
	text-decoration: none;
}