@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);

@font-face {
    font-family: 'Franklin';
    src: url('fonts/FranklinGothic-Medium.woff2') format('woff2'),
        url('fonts/FranklinGothic-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Fusi';
    src: url('fonts/Fusi-Normal.woff2') format('woff2'),
        url('fonts/Fusi-Normal.woff') format('woff');
}

@font-face {
    font-family: 'FranklinDemi';
    src: url('fonts/FranklinGothic-DemiCond.woff2') format('woff2'),
        url('fonts/FranklinGothic-DemiCond.woff') format('woff');
}

.clear {
    clear: both;
    width: 100vw;
    line-height: 1px;
}

body,
html {
	margin: 0;
}
