@font-face {
  font-family: 'Gotha';
  src: url('fonts/GothaProBol.woff2') format('woff2'),
      url('fonts/GothaProBol.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TT-extrabold';
  src: url('fonts/TTNormsPro-ExtraBold.woff2') format('woff2'),
      url('fonts/TTNormsPro-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'TT-medium';
  src: url('fonts/TTNormsPro-Medium.woff2') format('woff2'),
      url('fonts/TTNormsPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TT-regular';
  src: url('fonts/TTNormsPro-Regular.woff2') format('woff2'),
      url('fonts/TTNormsPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
