h1, h2{ font-family: $medium; font-weight: normal; } body{ &>.blog{ h1{ font-size: $fh1; -webkit-text-stroke:.1rem #111; color: transparent; line-height: 7rem; } } } body{ &>.item{ h1{ font-size: $fh2; } } } h2{ font-size: $fh2; } h3{ font-family: $medium; font-size: $fh3; font-weight: normal; } h5{ font-size: $fh5; font-family: $bold; font-weight: normal; } p{ font-family: $Regular; font-weight: normal; font-size: $fp; } time{ font-family: $italic; font-weight: normal; } header{ .contact{ h3{ text-transform: lowercase; color:white; margin-top:-52px; margin-left: 18px; } } } .card{ h5{ text-transform: uppercase; } .card-category{ font-family: $italic; font-weight: normal; font-size: $fs; } .card-date{ font-size: $fs; } .card-footer{ span{ font-family: $medium; font-weight: normal; font-size: $fs; text-transform: capitalize; a{ color: $grey; } } } } .scroll{ p{ font-size: $fs; font-family: $bold; font-weight: normal; } } .cat-list{ .cat{ a{ font-family: $light; font-weight: normal; } } } #items{ .content-item{ .content-title{ h2{ font-size: $fh2-i; } & > a{ font-family: $italic; } } } .top{ p{ font-family: $bold; } } } body{ & > .item{ h2{ font-size: $fh2-i; } } }