@font-face {
  font-family: 'Tenorite';
  src: url('../fonts/tenorite/Tenorite-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Tenorite';
  src: url('../fonts/tenorite/Tenorite-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Tenorite';
  src: url('../fonts/tenorite/Tenorite-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Tenorite';
  src: url('../fonts/tenorite/Tenorite-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}


body {
  background-color: #FFF;
  color: #777;
  font-family: 'Tenorite', Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}


