

@font-face {
  font-family: codec;
  src: url(font/Codec-Cold-Bold.woff);
}


* {
color: #FFFFFF !important;
font-feature-settings: "ss01" 1;
font-family: codec;
}


html {
  font-size: 16px; /* 16px = 1rem*/
  font-family: codec;
}

body {

}
.z-0{
  z-index: -1000;
}

.difference{
  mix-blend-mode: difference;
}
h1,h2,h3{
  vertical-align:super;
}
.w-200{
  width: 200vh;
}
a{

}

.imgback {
  display: block;
  width: 500vw;
  height: 500vh;
  object-fit: cover;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

 }
