_typography.scss 497 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. strong{
  23. font-family: $CooperHewitt-italic;
  24. }
  25. }
  26. .top{
  27. & > div{
  28. &:nth-child(1){
  29. color: white;
  30. a{
  31. color: rgb(0, 0, 255);
  32. }
  33. }
  34. }
  35. }