/********************************
	30. Font types
********************************/
/* For testing purposes */
@font-face {
    font-family: 'pacifico';
    src: url('../../Fonts/Pacifico/Pacifico-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'roboto';
    src: url('../../Fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../../Fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* For testing purposes */
h1, h2, h3, h4 { 
	font-family: 'Pacifico', cursive;
}
h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
}
p, a, ul, ol, label, input, textarea, blockquote p, figcaption {
	font-family: 'Lato', sans-serif;
}