@charset "utf-8";

@import url(/css/sheets/header.css);
@import url(/css/sheets/homepage.css);
@import url(/css/sheets/page.css);
@import url(/css/sheets/purchase.css);
@import url(/css/sheets/footer.css);

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);

body, html {
	min-height: 100%;
	height: 100%;
}

.clear {
    clear: both;
    width: 100vw;
    line-height: 1px;
}