/* -------------------------------------------- */
/* The Virtual Brain: Website */
/* Version: 2 */
/* -------------------------------------------- */
/* Created by @twotribes, Germany */
/* -------------------------------------------- */
/* Browser Scope: ALL */
/* StyleSheet Scope: INITIALIZATION */
/* -------------------------------------------- */

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

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

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

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

html {
    color: #313d43;
    font-family: "miller-text", "Georgia", "Times", serif;
    font-size: 14px;
    text-decoration: none;
}

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

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


