html, body { min-height: 100%; }

body {
	background-color: #F9F9F9;
	color: #262626 !important;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
}

body, button, input, select, textarea, h1,h2,h3,h4,h5,h6 {
	font-family: 'Fira Sans', sans-serif !important;
}

.tag:not(body).is-yellow {background: #F8DF01;}

.text {
	padding-top: 1em;
	line-height: 1.5em;
}

.text.p {
	margin-bottom: 1.5em
}

.button.is-yellow {
	background-color: #F8DF01 !important;
	font-weight: 500;
	color: #262626;
	padding: 10px 20px;
	border:none;
	box-shadow: 0px 1px 2px #919191;
}
.button.is-black {
	background-color: #262626 !important;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	border:none;
	box-shadow: 0px 1px 2px #919191;
}
.cllogo {
	font-weight: 900;
	white-space: nowrap;
  }
.cllogo span {
	white-space: nowrap;
    width: 0.5em;
	height: 1em;
	background: #f8df01;
	border-radius: 60px;
	display: inline-block;
	vertical-align: middle;
}
.carousel-control :global(svg) {
	width: 100%;
	height: 100%;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 32px;
}
