/* fonts */
@font-face {
 font-family: 'Griffith Gothic';
 src: url('../fonts/GriffithGothicThin.eot') format('eot'),
      url('../fonts/GriffithGothicThin.woff') format('woff'),
      url('../fonts/GriffithGothicThin.ttf') format('truetype'),
      url('../fonts/GriffithGothicThin.svg#GriffithGothicThin') format('svg'),
      url('../fonts/GriffithGothicThin.otf') format('ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
 font-family: 'Griffith Gothic';
 src: url('../fonts/GriffithGothicRegular.eot') format('eot'),
      url('../fonts/GriffithGothicRegular.woff') format('woff'),
      url('../fonts/GriffithGothicRegular.ttf') format('truetype'),
      url('../fonts/GriffithGothicRegular.svg#GriffithGothicRegular') format('svg'),
      url('../fonts/GriffithGothicRegular.otf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
 font-family: 'Griffith Gothic';
 src: url('../fonts/GriffithGothic-Light.eot') format('eot'),
      url('../fonts/GriffithGothic-Light.woff') format('woff'),
      url('../fonts/GriffithGothic-Light.ttf') format('truetype'),
      url('../fonts/GriffithGothic-Light.svg#GriffithGothic-Light') format('svg'),
      url('../fonts/GriffithGothic-Light.otf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
 font-family: 'Griffith Gothic';
 src: url('../fonts/GriffithGothic-Bold.eot') format('eot'),
      url('../fonts/GriffithGothic-Bold.woff') format('woff'),
      url('../fonts/GriffithGothic-Bold.ttf') format('truetype'),
      url('../fonts/GriffithGothic-Bold.svg#GriffithGothic-Bold') format('svg'),
      url('../fonts/GriffithGothic-Bold.otf') format('ttf');
    font-weight: bold;
    font-style: normal;
}