// stylelint-disable custom-property-pattern, csstools/value-no-unknown-custom-properties
// stylelint-disable declaration-property-unit-allowed-list

// Typography settings
.is-root-container,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

// Define elements where you do not want to use default link styles
.entry-footer,
.site-header,
.site-footer {
  a {
    text-decoration: none;
  }
}
