@charset "utf-8";

/*
@import url(/css/sheets/header.css);
@import url(/css/sheets/page.css);
@import url(/css/sheets/homepage.css);
@import url(/css/sheets/footer.css);
@import url(/css/sheets/location-finder.css);
*/

html, body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #2b2b2b;
    background: #e6dcd4;
}

h1 {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    margin: 0;
    padding: 0 0 15px 20px;
}

.clear {
    clear: both;
    width: 100vw;
    line-height: 1px;
}
