@import url('fonts/stylesheet.css');
/**
* tarent Wordpress theme
* TYPOGRAPHY
* @author: Benjamin Geese

 Font Settings */
h1,h2,h3,h4,h5,h6 {
font-family:'MuseoSans500', 'Museo Sans 500', 'Liberation Sans', sans-serif;
font-weight:normal;
}

h1 {
font-size:36px;
margin:0.1em 16px 0.25em;
}

h2 {
font-family:'MuseoSans500Italic';
font-size:24px;
margin:1.5em 16px 0.25em;
}

h3 {
font-size:22px;
margin:2em 16px 0.25em;
}

h4 {
font-size:18px;
margin:1em 16px 0.1em;
}

h5 {
font-size:13px;
margin:1em 16px 0.1em;
}

h6 {
font-size:13px;
margin:0.5em 16px 0.1em;
}

p {
font-size:13px;
margin:0.7em 16px;
}

em {
font-family:'MuseoSansItalic';
}

/**
 * tarent header
 */
#header h1 {
font-family:'MuseoSans500Italic';
font-size:1.7em;
line-height:1;
margin:0 15px 0 0;
}

/**
 * tarent METABAR
 */
#tarent-metabar {
line-height:1;
}

/*
 * content *
 */
#content p {
line-height:1.5em;
}
