@font-face {
  font-family: 'Altone';
  src: url('fonts/Altone-Trial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("fonts/GOTHIC.TTF") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Cocogoose";
  src: url("fonts/Cocogoose-Classic-Medium-trial.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Cocogoose";
  src: url("fonts/Cocogoose-Classic-Bold-trial.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Cocogoose";
  src: url("fonts/Cocogoose-Classic-ExtraBold-trial.ttf") format("truetype");
  font-weight: 800;
}