@font-face {
  font-family: ITC-serif-gothic;
  src: url(../fonts/itc-serif-gothic/itc-serif-gothic-extra-bold-588cef7e1f5d9.otf) format('opentype');
}

@font-face {
  font-family: ITC-serif-gothic-regular;
  src: url(../fonts/itc-serif-gothic/itc-serif-gothic-regular-588cef4e7134b.otf) format('opentype');
}

@font-face {
  font-family: ITC-avant-garde-gothic;
  src: url(../fonts/itc-avant-garde-gothic/avantgarde_demi.ttf) format('opentype');
}

body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.background {
  
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: absolute;  
  object-fit: cover;
  image-rendering: crisp-edges;

  z-index: -1;
}


/*...*/
/*phone*/
/*...*/


@media (width <= 1000px) {
  body, html {
    overflow-y: hidden;
  }
}


