/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30bca5");

  
@font-face {font-family: 'altgoth';
src: url('fonts/altgoth.eot');
src: url('fonts/altgoth.eot?#iefix') format('embedded-opentype'),url('fonts/altgoth.woff2') format('woff2'),url('fonts/altgoth.woff') format('woff'),url('fonts/altgoth.ttf') format('truetype');}
 
h1, h2, h3, h4, h5, h6 {
	 font-family: 'altgoth', helvetica, arial, sans-serif;
 }
 
 h1 {
	 font-size: 32px;
 }
 
  h2 {
	 font-size: 29px;
 }
 
  h3 {
	 font-size: 26px;
 }
 
  h4 {
	 font-size: 24px;
 }
 
  h5 {
	 font-size: 22px;
 }
  h6 {
	 font-size: 21px;
 }