/* 
    Created on : 29.02.2016, 10:48:49
    Author     : Mario Kehl <mkehl@mediengarage.de>
*/

/* === SCAFFOLD === */

body {
  font-size: 16px;
}

label {
  font-weight: normal;
}


/* === FONTS === */

/* assign web fonts */
@font-face {
    font-family: 'MetaWeb-Book';
    src: url('../../common/fonts/MetaWeb-Book.woff') format('woff');
}
@font-face {
    font-family: 'MetaScWeb-Book';
    src: url('../../common/fonts/MetaScWeb-Book.woff') format('woff');
}
h1 {
  margin: .67em 0;
	font-size: 1.7em;
}
/* go on with normal style definitions */
body {
    font-family: 'MetaWeb-Book', serif;
}