/* stylelint-disable selector-no-type */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    padding: 0;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
    display: block;
}

a img {
    border: 0;
}

figure {
    position: relative;
}

figure img {
    width: 100%;
}

ul {
    list-style-type: none;
}

html {
    color: $color_grey;
    font-family: Rubik, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    background-color: $color_white;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
/* stylelint-enable selector-no-type */
