@font-face {
  font-family: 'BalsamiqSans';
  font-style: normal;
  font-weight: 400;
  src: local('BalsamiqSans Regular'),
       url('../fonts/BalsamiqSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BalsamiqSans';
  font-style: italic;
  font-weight: 400;
  src: local('BalsamiqSans Italic'),
       url('../fonts/BalsamiqSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'BalsamiqSans';
  font-style: normal;
  font-weight: 700;
  src: local('BalsamiqSans Bold'),
       url('../fonts/BalsamiqSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BalsamiqSans';
  font-style: italic;
  font-weight: 700;
  src: local('BalsamiqSans Bold Italic'),
       url('../fonts/BalsamiqSans-BoldItalic.ttf') format('truetype');
}
