/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/

/* Apply Italiana font to headings */
h1, h2, h3 {
    font-family: 'Italiana', serif;
}
