/*!
 https://www.sitepoint.com/understanding-and-using-rem-units-in-css/
 http://pxtoem.com/

 16/10 = 1.6

 root = 16px;
 10px = 0.625rem
 16px = 1rem (base)

 root = 10px;
 10px = 1rem
 16px = 1.6rem (base)

*/
.mdc-button--dense {
  font-size: 1.3rem;
}

.mdc-floating-label {
  font-size: 1.6rem;
  line-height: 1.84rem;
}

.mdc-grid-tile__title {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.mdc-icon-toggle {
  font-size: 2.4rem;
}

.mdc-list--dense {
  font-size: 1.2992rem;
}

.mdc-select--box .mdc-floating-label {
  line-height: 2.8rem;
}

.mdc-text-field--dense .mdc-floating-label {
  font-size: 1.3008rem;
}

.mdc-typography--headline1 {
  font-size: 9.6rem;
  line-height: 9.6rem;
}

.mdc-typography--headline2 {
  font-size: 6rem;
  line-height: 6rem;
}

.mdc-typography--headline3 {
  font-size: 4.8rem;
  line-height: 5rem;
}

.mdc-typography--headline4 {
  font-size: 3.4rem;
  line-height: 4rem;
}

.mdc-typography--headline5 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.mdc-typography--overline {
  font-size: 1.2rem;
  line-height: 3.2rem;
}

.mdc-button,
.mdc-snackbar__action-button,
.mdc-tab,
.mdc-typography--button {
  font-size: 1.4rem;
  line-height: 3.6rem;
}

.mdc-chip,
.mdc-form-field,
.mdc-list-item__secondary-text,
.mdc-slider__pin-value-marker,
.mdc-typography--body2 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.mdc-dialog__header__title,
.mdc-top-app-bar__title,
.mdc-typography--headline6 {
  font-size: 2rem;
  line-height: 3.2rem;
}

.mdc-dialog__body,
.mdc-list,
.mdc-snackbar__text,
.mdc-typography--body1 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.mdc-drawer--persistent .mdc-list-item,
.mdc-drawer--permanent .mdc-list-item,
.mdc-drawer--temporary .mdc-list-item,
.mdc-typography--subtitle2 {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.mdc-grid-tile__support-text,
.mdc-image-list__label,
.mdc-list-group__subheader,
.mdc-menu .mdc-list-item,
.mdc-select__native-control,
.mdc-text-field__input,
.mdc-typography--subtitle1 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.mdc-text-field-helper-text,
.mdc-typography--caption {
  font-size: 1.2rem;
  line-height: 2rem;
}

.mdc-toolbar__title,
.mdc-toolbar--flexible-default-behavior .mdc-toolbar__title {
  font-size: 2rem;
  line-height: 2.4rem;
}
/*# sourceMappingURL=sui-material-components-web.css.map */