/* MAIN */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
/* VARS */
/* Compass */
/* Imports */
/* line 1, ../sass/_base.scss */
html {
}

/* line 5, ../sass/_base.scss */
body {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  background-color: black;
  font-size: 14px;
  line-height: 24px;
  color: white;
}


.tfcontent{
	
	height: 100vh!important;

	
}

.item-page {
	height: 100vh!important;
}

.tf-v1-widget iframe{
		height: 100vh!important;
}
