@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: 300;
  src: url(../webfonts/Avenir-LT-Std-Light.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Avenir-LT-Std-Book.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: 500;
  src: url(../webfonts/Avenir-LT-Std-Medium.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Avenir-LT-Std-Heavy.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/Avenir-LT-Std-Black.woff) format('woff');
  font-display: swap;
}