@charset "UTF-8";

/* -- Inter -- */
@font-face {
	font-family: 'inter';
	src: url('../fonts/inter/inter-black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	}

@font-face {
	font-family: 'inter';
	src: url('../fonts/inter/inter-bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	}

@font-face {
	font-family: 'inter';
	src: url('../fonts/inter/inter-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	}

@font-face {
	font-family: 'inter';
	src: url('../fonts/inter/inter-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	}

@font-face {
	font-family: 'inter';
	src: url('../fonts/inter/inter-light.woff2') format('woff2');
	font-weight: 300; 
	font-style: normal;
	}

@font-face {
	font-family: 'inter';
	src: url('../fonts/inter/inter-thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	}

	@font-face {
		font-family: 'Bebas';
    src: url('../fonts/bebas/bebas-light.woff2') format('woff2');
    font-weight:200;
    font-style:normal;
 	}

@font-face {
		font-family: 'Bebas';
    src: url('../fonts/bebas/bebas-book.woff2') format('woff2');
    font-weight:300;
    font-style:normal;
 	}

@font-face {
		font-family: 'Bebas';
    src: url('../fonts/bebas/bebas-middle.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
 	}

@font-face {
		font-family: 'Bebas';
    src: url('../fonts/bebas/bebas-semibold.woff2') format('woff2');
    font-weight:500;
    font-style:normal;
 	}

@font-face {
		font-family: 'Bebas';
    src: url('../fonts/bebas/bebas-bold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
 	}


@font-face {
		font-family: 'Banff';
    src: url('../fonts/Banff.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
 	}

@font-face {
		font-family: 'CITYNL';
    src: url('../fonts/CITYNL.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
 	}html {
  height:100%;
}

body {
  height:100%;
  overflow:hidden;
  margin:0;
  padding:0;

  font-size:16px;
  
  color:#fff;
  background-color:#121314;
}

* {
  font-family: Inter, sans-serif;;
}

.fontDummy {
  position: absolute;
  top: 100%;
}