body{ #header{ a{ font-size: $font16; } .language-selector{ li{ &:nth-child(-n+2){ &::after{ font-size: $font16; } } } } } #start{ .content{ p{ font-size: $font16; line-height: 2rem; } } .citation{ p{ font-size: $font16; line-height: 2rem; } } #home, #contact{ h1{ font-family: $Regular; font-size: 26vw; } p, a { font-size: $font16; } } .chap{ h2{ font-size: $font36; } a{ font-size: $font16; &.focus{ font-size: $font18; } } } } }