@import 'variables';

.mf-wrap {
  color: $MF_FontColor;
  font-family: $MF_FontFamily;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal;
    margin: 0;
    padding: 0;
  }

  h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
  }
}