@import "variables";
* {
font-family: $font-family;
font-size: $base-font-size;
}
h1 {
font-size: 5rem;
font-weight: 800;
color: $header-color;
margin-bottom: 18px;