/* @font-face styles */



@font-face {
    font-family: 'JennaSue';
    src: url('jennasue-webfont.eot');
    src: url('jennasue-webfont.eot#iefix') format('embedded-opentype'),
         url('jennasue-webfont.woff') format('woff'),
         url('jennasue-webfont.ttf') format('truetype'),
         url('jennasue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('josefinsans-regular-webfont.eot');
    src: url('josefinsans-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('josefinsans-regular-webfont.woff') format('woff2'),
         url('josefinsans-regular-webfont.woff') format('woff'),
         url('josefinsans-regular-webfont.ttf') format('truetype'),
         url('josefinsans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'HelveticaLTStd-Light';
  src: url('helveticaltstd-light.eot') format('embedded-opentype'),
	   url('https://goodebox.com/wp-content/themes/ds-mytheme/font/HelveticaLTStd-Light.otf')  format('opentype'),
	   url('helveticaltstd-light.ttf')  format('truetype'), 
	   url('helveticaltstd-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}