/**
 * Nunito font family — self-hosted.
 *
 * @package blog_Trendy
 */

@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
	src: url("../fonts/nunito/Nunito-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito";
	font-style: italic;
	font-weight: 200 1000;
	font-display: swap;
	src: url("../fonts/nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
}

body {
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
