@indico-data/design-system 2.28.1 → 2.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -3007,20 +3007,7 @@ const Typography = styled.createGlobalStyle `
3007
3007
  font-style: normal;
3008
3008
  }
3009
3009
 
3010
- h1,
3011
- h2,
3012
- h3,
3013
- h4,
3014
- h5,
3015
- h6 {
3016
- font-family: ${typography.fontFamily.base};
3017
- font-size: ${typography.fontSize.display};
3018
- line-height: ${typography.lineHeight.heading};
3019
- margin: 0 0 10px;
3020
- color: ${allColors.lightGray};
3021
- font-weight: 400;
3022
- font-style: normal;
3023
- }
3010
+
3024
3011
 
3025
3012
  h3 {
3026
3013
  font-size: ${typography.fontSize.subheadLarge};