// @import this file to make your UI adhere better to the Material UI guidelines
// This will intentionally overwrite the behaviour of plain HTML tags

html {
  -webkit-font-smoothing: antialiased;
  color: $body-text-color;
  font-family: $contentFontFamily;
  background-color: $canvas-color;
}

body {
  font-size: 13px;
  line-height: 20px;
}

hr {
  border: none;
  border-bottom: solid 1px $border-color;
}

h1 { @extend %dig-font-style-display-2; }
h2 { @extend %dig-font-style-display-1; }
h3 { @extend %dig-font-style-headline; }
h4 { @extend %dig-font-style-title; }
h5 { @extend %dig-font-style-subhead-1; }
h6 { @extend %dig-font-style-body-2; }
p  { @extend %dig-font-style-body-1; }
hr {
  margin-top: 0;
  margin-bottom: 18px;
}