.root {
  composes: default from './Spacing.css';
}

.h1 {
  composes: heading1 from 'part:@lyra/base/theme/typography/headings-style';
  text-transform: none;
}

.h2 {
  composes: heading2 from 'part:@lyra/base/theme/typography/headings-style';
  text-transform: none;
}

.h3 {
  composes: heading3 from 'part:@lyra/base/theme/typography/headings-style';
  text-transform: none;
}

.h4 {
  composes: heading4 from 'part:@lyra/base/theme/typography/headings-style';
  text-transform: none;
}

.h5 {
  composes: heading5 from 'part:@lyra/base/theme/typography/headings-style';
  text-transform: none;
}

.h6 {
  composes: heading6 from 'part:@lyra/base/theme/typography/headings-style';
  text-transform: none;
}
