@include Montserrat-Regular($Regular, $file-regular, $family, $category);//1 @include Montserrat-light($light, $file-light, $family, $category);//1 @include Montserrat-Thin($Thin, $file-Thin, $family, $category);//1 body{ #header{ a{ font-family: $Regular; font-size: $font24; font-weight: normal; // color: white; } .language-selector{ li{ &:nth-child(-n+2){ &::after{ font-size: $font24; content: "-"; // color: white; } } } } } #start{ .content{ p{ font-size: $font16; font-family: $light; font-weight: normal; line-height: 2rem; } } .citation{ p{ font-size: $font16; font-family: $Regular; font-weight: normal; line-height: 2rem; color: white; } } .home, .contact{ h1{ font-family: $Thin; font-weight: normal; font-size: 30vw; } p, a { font-size: $font16; color: white; font-family: $light; } } .chap{ color: white; font-family: $light; h2{ font-family: $light; font-weight: normal; font-size: $font48; } a{ font-family: $Regular; font-size: $font16; color: white; } & > a{ &:nth-of-type(2){ &::before{ margin: 0 5px; content: "-"; color: white; } } } } } }