123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- @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: #4f100B;
- }
- .language-selector{
- li{
- &:nth-child(-n+2){
- &::after{
- font-size: $font24;
- content: "-";
- color: #4f100B;
- }
- }
- }
- }
- }
- #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;
- mix-blend-mode: soft-light;
- }
- p, a {
- font-size: $font16;
- color: white;
- font-family: $light;
- }
- }
- #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;
- }
- }
- }
- }
- }
|