@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Rosario);
body {
	font-size: 18px;
}
body, button, input, select, textarea {
	font-family: 'Rosario', sans-serif;
	font-style: normal;
	font-weight: 400;
}
