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

@font-face {
    font-family: 'RundText';
    src: url('67dc749defcb96acd4851308_RundText-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RundText';
    src: url('67dc749d6a3f9c401b201a9f_RundText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
h1,h2,h3,h4,h5,h6,
p,a,span,button,input,textarea {
    font-family: 'RundText', sans-serif !important;
    font-weight: 500 !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}
label{
	font-family: 'RundText', sans-serif !important;
}