@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Infant:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url("micro.css") screen and (min-width: 0px) and (max-width: 499px), screen and (min-device-width: 0px) and (max-device-width: 499px);
@import url("short.css") screen and (min-width: 500px) and (max-width: 772px), screen and (min-device-width: 500px) and (max-device-width: 772px);
@import url("little.css") screen and (min-width: 773px) and (max-width: 999px), screen and (min-device-width: 773px) and (max-device-width: 999px);
@import url("middle.css") screen and (min-width: 1000px) and (max-width: 1249px), screen and (min-device-width: 1000px) and (max-device-width: 1249px);
@import url("wide.css") screen and (min-width: 1250px) and (min-device-width: 1250px);

html {
	font-size:100%;
}
body {
	display: block;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: 'Ysabeau Infant', sans-serif;
}
