*,
*::before,
*::after {
  @extend .boxSizing-borderBox;
  @extend .margin-none;
  @extend .padding-none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  @extend .fontSize-m;
  @extend .fontWeight-4;
}

a {
  @extend .textDecoration-none;
}

ul {
  @extend .listStyleType-none;
}

button,
input,
select,
textarea {
  @extend .appearance-none;
  @extend .backgroundColor-transparent;
  @extend .borderWidth-none;
  @extend .color-inherit;
  @extend .fontFamily-inherit;
  @extend .fontSize-m;
  @extend .outlineStyle-none;
}

button,
select {
  @extend .textTransform-none;
}

table {
  @extend .borderCollapse-collapse;
}

th {
  @extend .fontWeight-normal;
  @extend .textAlign-left;
}
