_typography.scss 483 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. h1{
  2. font-size: 1.2rem;
  3. line-height: 50px;
  4. a{
  5. font-family: $CooperHewitt;
  6. font-weight: normal;
  7. }
  8. }
  9. h2{
  10. font-family: $CooperHewitt-italic;
  11. font-size: 1.1rem;
  12. line-height: 50px;
  13. }
  14. p{
  15. font-family: $rubik;
  16. font-size: 1rem;
  17. line-height: 1.3rem;
  18. margin-bottom: 12px;
  19. a{
  20. font-family: $cmu;
  21. }
  22. }
  23. .blocs{
  24. &:nth-child(2){
  25. color: white;
  26. a{
  27. color: rgb(0, 0, 255);
  28. }
  29. }
  30. &:nth-child(3){
  31. a{
  32. color: rgb(0, 0, 255);
  33. }
  34. }
  35. }