﻿@font-face {
  font-family: bebasNeue;
  src: url(../fonts/BebasNeue-webfont.woff)
}
@font-face {
  font-family: clanProBold;
  src: url(../fonts/ClanPro-Bold.woff);
}
@font-face {
  font-family: clanProNews;
  src: url(../fonts/ClanPro-News.woff);
}
@media print, screen and (min-width: 1024px) {
  html, body {
    font-family: "clanProNews",Myriad Pro, Myriad, Arial, sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html, body {
    font-family: "clanProNews",Myriad Pro, Myriad, Arial, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-family: "clanProNews",Myriad Pro, Myriad, Arial, sans-serif;
  }
}
h1 { font-family: clanProBold; }