/**
 * @license
 * MyFonts Webfont Build ID 3992128, 2020-12-31T03:35:08-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book/
 *
 * Webfont: AvenirLTPro-Medium by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-65-medium/
 *
 * Webfont: AvenirLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy/
 *
 *
 * Webfonts copyright: Copyright &amp;#x00A9; 2014 Monotype GmbH. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3cea40");

@font-face {
  font-family: "AvenirLTPro";
  src: url("/assets/fonts/heavy.woff2") format("woff2"),
    url("/assets/fonts/heavy.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("/assets/fonts/medium.woff2") format("woff2"),
    url("/assets/fonts/medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("/assets/fonts/book.woff2") format("woff2"),
    url("/assets/fonts/book.woff") format("woff");
  font-weight: 400;
}
