/*
I've created a Typekit profile for www.matteos.com.au

Please insert this javascript in the head
<script type="text/javascript" src="//use.typekit.net/uoc5tzc.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

Body copy is Netto:
font-family: "ff-netto-web",sans-serif;
Normal weight is 400


Headings and nav are:
font-family: "telefon-web",sans-serif;
Normal has a weight of 400
Bold has a weight of 700
*/

body {
	font-family: "ff-netto-web",sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "telefon-web",sans-serif;
	/* font-weight: 400; */
	/* Bold */ font-weight: 700;
}