/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



@font-face {
    font-family: 'Fractul';
    src: url('/wp-content/themes/blocksy-child/fonts/Fractul-Bold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fractul', sans-serif !important;
}