@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300;400;500;600;700;800&display=swap');

* {
  font-family: 'Funnel Display', sans-serif;
}

/* .showcase { */
/*   position: absolute; */
/*   right: 0; */
/*   width: 100%; */
/*   min-height: 100vh; */
/*   padding: 100px; */
/*   display: flex; */
/*   justify-content: space-around; */
/*   align-items: center; */
/*   background: #111; */
/*   color: #fff; */
/*   z-index: 2; */
/* } */
/**/
/* .showcase header { */
/*   position: absolute; */
/*   top: 0; */
/*   left:0; */
/*   width: 100%; */
/*   padding: 40px 100px; */
/*   z-index: 1000; */
/*   display: flex; */
/*   align-items: center; */
/*   justify-content: space-between; */
/* } */

/* .showcase video { */
/*   position: absolute; */
/*   top: 0; */
/*   left:0; */
/*   width: 100%; */
/*   height: 100%; */
/*   object-fit: cover; */
/* } */
