@font-face {
  font-family: Sansation;
  src: url(Sansation-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Sansation;
  src: url(Sansation-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Sansation;
  src: url(Sansation-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Sansation;
  src: url(Sansation-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Sansation;
  src: url(Sansation-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Sansation;
  src: url(Sansation-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}