@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Figtree', Arial, sans-serif;
}
@media (min-width: 1200px) {
	.container{
		max-width: 1110px;
	}
}
.yikes-easy-mc-form label.label-inline {
	width: 65%!important;
}
.yikes-easy-mc-form .submit-button-inline-label {
	width: 30%!important;
}

.theme-bg {
	background-color: #F6F4EF;
}	
.hljs-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}