| /* Remove default padding */ |
| /* Remove default margin */ |
| /* Set core body defaults */ |
| text-rendering: optimizeSpeed; |
| /* Remove list styles on ul, ol elements with a class attribute */ |
| /* A elements that don't have a class get default styles */ |
| text-decoration-skip-ink: auto; |
| /* Make images easier to work with */ |
| /* Natural flow and rhythm in articles by default */ |
| /* Inherit fonts for inputs and buttons */ |
| /* Remove all animations and transitions for people that prefer not to see them */ |
| @media (prefers-reduced-motion: reduce) { |
| animation-duration: 0.01ms !important; |
| animation-iteration-count: 1 !important; |
| transition-duration: 0.01ms !important; |
| scroll-behavior: auto !important; |