/* -------------------------------------------- */
/* Codemart: Website */
/* Version: 4 */
/* -------------------------------------------- */
/* Created by @twotribes, Germany */
/* -------------------------------------------- */
/* StyleSheet Scope: INITIALIZATION */
/* -------------------------------------------- */

/* !-------------------------------------------- */
/* !Fonts */
/* !-------------------------------------------- */

@import url("https://use.typekit.net/usy6fgz.css");

/* !-------------------------------------------- */
/* !Reset-styles */
/* !-------------------------------------------- */

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html {
    height: 100%;
    font-family: "effra-cc", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: small;
    text-decoration: none;
/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
}

body {
color: #000;
height: 100%;
}

body, h1, h2, h3, h4, p {
margin: 0;
padding: 0;
}

ul, ol, li, dl, dt, dd {
list-style: none;
margin: 0;
padding: 0;
}

/* Teach that old bastard IE11 kindergarten-level initialization */
main {
    display: block;
}

