@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

body {
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}
body h1.red,
body h2.red,
body h3.red {
  color: #e64c30;
}
body h1 {
  font-weight: 600;
}
body h2 {
  font-weight: 400;
}
body h3 {
  font-weight: 300;
}