title.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* Titles */
  2. h1 { /* Display 1 */
  3. font-size: 4.25rem;
  4. line-height: 7rem;
  5. }
  6. /*
  7. article h1 {
  8. line-height: 5.6rem;
  9. font-size: 4rem;
  10. padding: 0.75rem 0;
  11. }
  12. */
  13. article h1,
  14. h2 { /* Headline */
  15. font-size: 3rem;
  16. line-height: 4rem;
  17. padding: 1.5rem 0;
  18. }
  19. /*article h2 {
  20. padding: 0.5rem 0;
  21. }
  22. h2.thin {
  23. line-height: 5rem;
  24. }*/
  25. article h2,
  26. h3 { /* Title */
  27. font-size: 2.5rem;
  28. font-weight: 600;
  29. line-height: 3rem;
  30. padding: 1rem 0;
  31. }
  32. article h3,
  33. h4, input, textarea, select { /* Headline */
  34. font-size: 2rem;
  35. line-height: 3rem;
  36. }
  37. article h4 {
  38. font-weight: 600;
  39. }
  40. h4 {
  41. font-weight: 400;
  42. }
  43. h4.gray {
  44. color: rgba(var(--movim-font), 0.54);
  45. }
  46. small {
  47. color: rgba(var(--movim-font), 0.7);
  48. font-size: 0.75em;
  49. font-weight: normal;
  50. }
  51. h3 + small {
  52. font-size: 1.75rem;
  53. }
  54. .snackbar, /* Body 2 */
  55. .toast {
  56. font-size: 1.75rem;
  57. font-weight: 500;
  58. }
  59. label, span.info { /* Caption */
  60. font-size: 1.5rem;
  61. }
  62. span.info i+i {
  63. margin-left: 0.5rem;
  64. }
  65. label, span.info b { /* Caption */
  66. font-weight: 600;
  67. }