@import "fallbacks";

body {
    margin: 0;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

a {
    display: block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

input, textarea, select, button {
    @include appearance(none);
    @include border-radius(0);
    background: none;
}

h1, h2, h3 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: initial;
}

@include placeholder-color(#e5e5e5);

/** --- CUSTOM TAGS */
view, timestamp {
    display: block;
    margin: 0;
    padding:  0;
    border: 0;
}

