typography.css.css 581 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body,h1,h2,h3,p,input {
  2. margin: 0;
  3. font-weight: 400;
  4. font-family: "Varela Round", sans-serif;
  5. color: #34302d;
  6. }
  7. h1 {
  8. font-size: 24px;
  9. line-height: 30px;
  10. font-family: "Montserrat", sans-serif;
  11. }
  12. h2 {
  13. font-size: 18px;
  14. font-weight: 700;
  15. line-height: 24px;
  16. margin-bottom: 10px;
  17. font-family: "Montserrat", sans-serif;
  18. }
  19. h3 {
  20. font-size: 16px;
  21. line-height: 24px;
  22. margin-bottom: 10px;
  23. font-weight: 700;
  24. }
  25. p {
  26. font-size: 15px;
  27. line-height: 24px;
  28. }
  29. p a, ul a {
  30. color: #5fa134;
  31. }
  32. code {
  33. font-size: 14px;
  34. }