@font-face{
    font-family: 'author-f';
    src: url('Lexend-Deca-Regular.woff');
}
@font-face{
    font-family: 'quote1-f';
    src: url('Macondo-Swash-Caps.woff');
}
@font-face{
    font-family: 'quote2-f';
    src: url('Annie-Use-Your-Telescope.woff');
}
@font-face{
    font-family: 'quote3-f';
    src: url('Laila-Medium.woff');
}




.author p {
	font-family: 'author-f'!important;
}
.quote1 p {
	font-family: 'quote1-f';
}
.quote2 p {
	font-family: 'quote2-f';
}
.quote3 p {
	font-family: 'quote3-f';
}

