

@font-face {
    font-family: 'pacificoregular';
    src: url('./fonts/pacifico-webfont.woff2?$staticlink$') format('woff2'), 
         url('./fonts/pacifico-webfont.woff?$staticlink$') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
      font-family: 'brandon_grotesquebold';
	  src: url('./fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),  
	  url('./fonts/BrandonGrotesque-Bold.woff') format('woff'), 	
	  url('./fonts/BrandonGrotesque-Bold.ttf')  format('truetype'), 
	  url('./fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
	  font-weight: normal;
	  font-style: normal;

}

@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('./fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),  
  url('./fonts/BrandonGrotesque-Regular.otf')  format('opentype'),
  url('./fonts/BrandonGrotesque-Regular.woff') format('woff'),
  url('./fonts/BrandonGrotesque-Regular.ttf')  format('truetype'),
  url('./fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.pas { font-family: 'pacificoregular'; }
.bran_bold { font-family: 'brandon_grotesquebold'; }
.bran_reg { font-family: 'BrandonGrotesque-Regular'; }
