@font-face {
	font-family: Lato;
	font-weight: 300;
	src:
		url(./LatoLatin-Light.woff2) format("woff2"),
		url(./LatoLatin-Light.woff) format("woff");
}

@font-face {
	font-family: Lato;
	font-weight: 400;
	src:
		url(./LatoLatin-Regular.woff2) format("woff2"),
		url(./LatoLatin-Regular.woff) format("woff");
}

@font-face {
	font-family: Lato;
	font-weight: 500;
	src:
		url(./LatoLatin-Medium.woff2) format("woff2"),
		url(./LatoLatin-Medium.woff) format("woff");
}

@font-face {
	font-family: Lato;
	font-weight: 700;
	src:
		url(./LatoLatin-Bold.woff2) format("woff2"),
		url(./LatoLatin-Bold.woff) format("woff");
}

@font-face {
	font-family: Lato;
	font-weight: 900;
	src:
		url(./LatoLatin-Black.woff2) format("woff2"),
		url(./LatoLatin-Black.woff) format("woff");
}

body {
	font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.editor-styles-wrapper,
.editor-post-title__input,
.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
	font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
