* {
    @include font(100%, $f1);
    @include no-margins;
    @include no-border;
    vertical-align: baseline;
    box-sizing: border-box;
}

*:focus { outline: 0; }

html { line-height: 1; }

ol,
ul { list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a { text-decoration: none; }

textarea { resize: none; }

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote { quotes: none; }

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none;
}

img { pointer-events: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary { display: block; }
