html {
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
a,
a:visited {
color: $dcb-grey;
&:hover,
&:focus {
color: black;
}
}
h1 {
font-size: 2.4em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.6em;
}
h1, h2, h3, h4 {
font-weight: 600;
margin-bottom: 0.4em
}
h1, h2 {
text-transform: uppercase;
}