@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 @media screen and (max-width: 700px) { } // $font14: 0.882rem; // $font16: 1rem; // $font18: 1.134rem; // $font21: 1.323rem; // $font22: 1.375rem; // $font24: 1.512rem; // $font32: 2rem; // $font36: 2.268rem; // $font48: 3.024rem; // $font72: 4.5rem; body{ p{ strong{ font-family: "Montserrat-Regular"; font-weight: bold; } } #header{ a{ font-family: $Regular; font-size: $font18; font-weight: normal; color: #ab1226; } .language-selector{ li{ &:nth-child(-n+2){ &::after{ font-size: $font24; content: "-"; color: #ab1226; } } } } } #start{ .content{ p{ font-size: $font16; font-family: $light; font-weight: normal; line-height: 2rem; a::before{ visibility: visible!important; } } } .citation{ p{ font-size: $font16; font-family: $Regular; font-weight: normal; line-height: 2rem; color: white; } } #home, #contact, #contato{ h1{ font-family: $Thin; font-weight: normal; font-size: 25vw; text-transform: uppercase; color: #ab1226; } p, a { font-size: $font16; color: white; font-family: $light; line-height: 1.5rem; } } #presse{ .red{ .citation{ p{ font-size: 0.8rem; line-height: 1.2rem; } } } } .chap{ color: white; font-family: $light; h2{ font-family: $light; font-weight: normal; font-size: $font32; } a{ font-family: $Regular; font-size: $font14; color: white; &.focus{ font-weight: normal; font-size: $font18; } } } } }