@font-face {
    font-family: 'Barriecito';
    src: url(Barriecito-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Muli';
	src: url(Muli-Regular.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Muli';
	src: url(Muli-Bold.ttf) format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Muli';
	src: url(Muli-Italic.ttf) format("truetype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Muli';
	src: url(Muli-BoldItalic.ttf) format("truetype");
	font-weight: bold;
	font-style: italic;
}

body {
    font-family: 'Muli', sans-serif;
}

h1, h2, h3 {
    font-family:'Barriecito', cursive;
}
