fonts.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. @include Montserrat-Regular($Regular, $file-regular, $family, $category);//1
  2. @include Montserrat-light($light, $file-light, $family, $category);//1
  3. @include Montserrat-Thin($Thin, $file-Thin, $family, $category);//1
  4. @media screen and (max-width: 700px) {
  5. }
  6. // $font14: 0.882rem;
  7. // $font16: 1rem;
  8. // $font18: 1.134rem;
  9. // $font21: 1.323rem;
  10. // $font22: 1.375rem;
  11. // $font24: 1.512rem;
  12. // $font32: 2rem;
  13. // $font36: 2.268rem;
  14. // $font48: 3.024rem;
  15. // $font72: 4.5rem;
  16. body{
  17. p{
  18. strong{
  19. font-family: "Montserrat-Regular";
  20. font-weight: bold;
  21. }
  22. }
  23. #header{
  24. a{
  25. font-family: $Regular;
  26. font-size: $font18;
  27. font-weight: normal;
  28. color: #ab1226;
  29. }
  30. .language-selector{
  31. li{
  32. &:nth-child(-n+2){
  33. &::after{
  34. font-size: $font24;
  35. content: "-";
  36. color: #ab1226;
  37. }
  38. }
  39. }
  40. }
  41. }
  42. #start{
  43. .content{
  44. p{
  45. font-size: $font16;
  46. font-family: $light;
  47. font-weight: normal;
  48. line-height: 2rem;
  49. a::before{
  50. visibility: visible!important;
  51. }
  52. }
  53. }
  54. .citation{
  55. p{
  56. font-size: $font16;
  57. font-family: $Regular;
  58. font-weight: normal;
  59. line-height: 2rem;
  60. color: white;
  61. }
  62. }
  63. #home, #contact, #contato{
  64. h1{
  65. font-family: $Thin;
  66. font-weight: normal;
  67. font-size: 25vw;
  68. text-transform: uppercase;
  69. color: #ab1226;
  70. }
  71. p, a {
  72. font-size: $font16;
  73. color: white;
  74. font-family: $light;
  75. line-height: 1.5rem;
  76. }
  77. }
  78. #presse{
  79. .red{
  80. .citation{
  81. p{
  82. font-size: 0.8rem;
  83. line-height: 1.2rem;
  84. }
  85. }
  86. }
  87. }
  88. .chap{
  89. color: white;
  90. font-family: $light;
  91. h2{
  92. font-family: $light;
  93. font-weight: normal;
  94. font-size: $font32;
  95. }
  96. a{
  97. font-family: $Regular;
  98. font-size: $font14;
  99. color: white;
  100. &.focus{
  101. font-weight: normal;
  102. font-size: $font18;
  103. }
  104. }
  105. }
  106. }
  107. }