@font-face {
    font-family: "geometric";
    src: url("fonts/e23830dd-b370-4f36-b3bd-137dd4bd82bd.woff2")format("woff2"),
        url("fonts/fdea6d6e-e22d-4e87-bdfe-3a08ed0018e5.woff")format("woff")
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


html,
body,
div,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    font-size: 16px;
}

@media (min-width: 48em) {
    html {
        font-size: calc(16px + 6 * (100vw - 48em) / 400);
    }

}

*,
*:before,
*:after {
    box-sizing: inherit
}


a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a img,
:link img,
:visited img {
    border: none, text-decoration:none
}

:link,
:visited {
    text-decoration: none
}



html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: 'geometric', 'Helvetica Neue', 'Helvetica', sans-serif;
    color: #222;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

