/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
@font-face {
    font-family: 'Snacks';
    src: url('/wp-content/custom-fonts/snacks.woff2') format('woff2'),
         url('/wp-content/custom-fonts/snacks.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1.stk-block-heading__text.has-text-color {
    font-family: 'Snacks', sans-serif;
}

h1.stk-block-heading__text.has-text-color.has-text-align-center {
	font-family: 'Snacks', sans-serif !important;
}

h3.stk-block-heading__text.has-text-color {
    font-family: 'Snacks', sans-serif !important;
}