@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'Trajan Pro';
  font-style: bold;
  font-weight: 900;
  src: url('../fonts/TrajanPro-Bold.ttf'),
  		url('../fonts/TrajanPro-Bold.eot');
}

@font-face {
  font-family: 'Trajan Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/TrajanPro-Regular.ttf'),
  	url('../fonts/TrajanPro-Regular.eot');
}


@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Raleway-Medium.eot'), url('../fonts/Raleway-Medium.ttf');
}