reset.css 449 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* html {
  2. scroll-behavior: smooth;
  3. } */
  4. @media print {
  5. .noprint {
  6. display: none !important;
  7. }
  8. }
  9. *, *::before, *::after {
  10. box-sizing: border-box;
  11. }
  12. body,
  13. h1, h2, h3, h4, h5,
  14. p, figure, picture {
  15. margin: 0;
  16. }
  17. h1, h2, h3, h4, h5, h6 {
  18. font-weight: 400;
  19. }
  20. img, picture {
  21. max-width: 100%;
  22. display: block;
  23. height: auto;
  24. }
  25. input,
  26. button,
  27. textarea,
  28. select {
  29. font: inherit;
  30. }
  31. /* .icon svg {
  32. max-height: 2rem !important;
  33. } */