body {
  font-family: "Futura Md BT";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@font-face {
font-family: 'Futura Md BT';
src: url('futuramediumbt.ttf')  format('truetype');
font-weight: bold;
}