@font-face {
  font-family: 'Trebuchet MS';
  font-style: normal;
  font-weight: normal;
  src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
}

* {
  font-family:'Trebuchet MS';
}

textarea {
	resize: none;
}

.btn {
	border-radius: 0px;
}