@font-face {
  font-family: "century gothic regular", sans-serif;
  src: url(./inc/fonts/GOTHIC.TTF);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "century gothic bi", sans-serif;
  src: url(./inc/fonts/GOTHICBI.TTF);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "century gothic bold", sans-serif;
  src: url(./inc/fonts/GOTHICB.TTF);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "century gothic italic", sans-serif;
  src: url(./inc/fonts/GOTHICI.TTF);
  font-weight: 400;
  font-style: italic;
}

.fadeout-load {
  transition: ease all 1000ms;
  opacity: 0;
}

.fadeout-hover {
  transition: ease all 1000ms;
  opacity: 0;
}

.fadein-hover {
  transition: ease all 1000ms;
  opacity: 1;
}
