@charset "utf-8";

@import url(/css/sheets/homepage.css);
@import url(/css/sheets/header.css);
@import url(/css/sheets/page.css);
@import url(/css/sheets/footer.css);

@font-face {
    font-family: 'Avera';
    src: url('fonts/Avera-Regular.woff2') format('woff2'),
        url('fonts/Avera-Regular.woff') format('woff'),
        url('fonts/Avera-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Barrett';
    src: url('fonts/Barrett-Normal.woff2') format('woff2'),
        url('fonts/Barrett-Normal.woff') format('woff'),
        url('fonts/Barrett-Normal.ttf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	position: relative;
}

html {
	scroll-snap-type: y proximity;
}

.clear {
    clear: both;
    width: 100vw;
    line-height: 1px;
}