@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400;1,900&display=swap');

body {
	font-family: 'Lato', sans-serif;
	max-width: 50rem;
	margin: auto;
	padding: 1rem;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #222;
}

a {
	color: #4b465e;
	/* font-weight: bold; */
	text-decoration: none;
	border-bottom: 1px dotted #4b465e;
}

ul.menu {
	list-style-type: none;
	padding-left: 0;
	text-align: right;
}

ul.menu li {
	display: inline;
}

ul.menu a {
	margin-left: 2rem;
	color: #222;
	text-decoration: none;
}

.logo {
	margin-left: -1rem;
}

@media (min-width: 782px) {
	.logo {
		margin-left: -3rem;
	}
}

/* figure.is-style-rounded {
	max-width: 200px;
} */

div.wp-block-columns.is-not-stacked-on-mobile {
	align-items: center !important;
}

.nf-field-label .nf-label-span, .nf-field-label label {
	font-weight: 400 !important;
}

input {
	padding: 0.5rem;
	font-size: 1.2rem;
}