/*
 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
*/


@font-face 
{
  font-family: "Cocogoose Condensed", Sans-serif;
  src: url(Cocogoose-Condensed-Semilight.ttf);
  font-weight: 500;
}

@font-face {
    font-family: 'cocogoosecondensedsemi_light';
    src: url('cocogoose-condensed-semilight-webfont.woff2') format('woff2'),
         url('cocogoose-condensed-semilight-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

span.menu-item-text
{
	font-family: "Cocogoose Condensed", Sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size:20px;
}