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

@font-face {
    font-family: 'daxlight';
    src: url('fonts/dax_light-webfont.eot');
    src: url('fonts/dax_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dax_light-webfont.woff2') format('woff2'),
         url('fonts/dax_light-webfont.woff') format('woff'),
         url('fonts/dax_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'daxregular';
    src: url('fonts/dax-regular-webfont.eot');
    src: url('fonts/dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dax-regular-webfont.woff2') format('woff2'),
         url('fonts/dax-regular-webfont.woff') format('woff'),
         url('fonts/dax-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'daxbold';
    src: url('fonts/dax_bold-webfont.eot');
    src: url('fonts/dax_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dax_bold-webfont.woff2') format('woff2'),
         url('fonts/dax_bold-webfont.woff') format('woff'),
         url('fonts/dax_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
   font-family:'daxregular' !important;
}

h1,h2,h3,h4,h5,h6 {
   font-family:'daxbold' !important;
	line-height: 1.2em !important;
}

.daxlight {
   font-family:'daxlight' !important;
}

.daxregular {
   font-family:'daxregular' !important;
}

.daxbold {
   font-family:'daxbold' !important;
}
.textwidget {
border:0px solid red;
   font-family:'daxregular' !important;
}

h2:before{
	content:'• ';
	margin-left:-20px;
	color:#007858;
}

