@font-face {
  font-family: primary-book;
  src: url(../fonts/MaisonNeue-Book.woff2) format('woff2'), url(../fonts/MaisonNeue-Book.woff) format('woff');
}

@font-face {
  font-family: primary-medium;
  src: url(../fonts/MaisonNeue-Medium.woff2) format('woff2'), url(../fonts/MaisonNeue-Medium.woff) format('woff');
}

@font-face {
  font-family: primary-demi;
  src: url(../fonts/MaisonNeue-Demi.woff2) format('woff2'), url(../fonts/MaisonNeue-Demi.woff) format('woff');
}

@font-face {
  font-family: primary-bold;
  src: url(../fonts/MaisonNeue-Bold.woff2) format('woff2'), url(../fonts/MaisonNeue-Bold.woff) format('woff');
}

@font-face {
  font-family: extended-bold;
  src: url(../fonts/MaisonNeueExtendedWEB-Bold.woff2) format('woff2'),
    url(../fonts/MaisonNeueExtendedWEB-Bold.woff) format('woff');
}

@font-face {
  font-family: extended-demi;
  src: url(../fonts/MaisonNeueExtendedWEB-Demi.woff2) format('woff2'),
    url(../fonts/MaisonNeueExtendedWEB-Demi.woff) format('woff');
}

@font-face {
  font-family: BrownLL-Bold;
  src: url(../fonts/BrownLLWeb-Bold.woff2) format('woff2');
}

@font-face {
  font-family: BrownLL-Bold;
  src: url(../fonts/BrownLLWeb-Bold.woff) format('woff');
}

@font-face {
  font-family: BrownLL-Regular;
  src: url(../fonts/BrownLLWeb-Regular.woff2) format('woff2');
}

@font-face {
  font-family: BrownLL-Regular;
  src: url(../fonts/BrownLLWeb-Regular.woff) format('woff');
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' off;
}
