@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900');


html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f5f5f5;
    font-family: 'Avenir Next','Roboto', "open sans", "Arial";
    font-weight: 400;
}

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

a {
    textDecoration: none !important;
}

*:focus {
    outline: none;
}

[contenteditable=true]:empty:before{
    content: attr(placeholder);
    display: block;
    color: #8e8e8e
}

#Avataaar #Color\/Palette\/Blue-01 {
    fill: #bdb6e6 !important;
}

textarea {
    resize: none;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
