@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&display=swap');

body {
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}

.block {
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}


h1, h3, h4, h6 {
	font-family: 'Comfortaa', cursive !important;
	font-weight: 700;
}



h3 span {	
	font-family: 'Comfortaa', cursive !important;
	font-weight: 500;
}

blockquote{
	font-family: 'Comfortaa', cursive !important;
	font-weight: 300;
}

ul {
  list-style-type: disc !important;
}

.main-nav ul li a {
	font-family: 'Comfortaa', cursive !important;
	font-weight: 700;
}

.block-filter ul li a {
	font-family: 'Comfortaa', cursive !important;
	font-weight: 700;
	font-size: 10px;
}