/**
 * @license
 * MyFonts Webfont Build ID 4236377, 2021-12-08T10:09:47-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.
 * 
 * © 2021 MyFonts Inc
*/

@font-face {
    font-family: "Avenir LT Pro";
    font-weight: 200;
    src: url('src/avenir-book.woff2') format('woff2'), url('src/avenir-book.woff') format('woff');
}

@font-face {
    font-family: "Avenir LT Pro";
    font-weight: 400;
    src: url('src/avenir-medium.woff2') format('woff2'), url('src/avenir-medium.woff') format('woff');
}

@font-face {
    font-family: "Avenir LT Pro";
    font-weight: 800;
    src: url('src/avenir-heavy.woff2') format('woff2'), url('src/avenir-heavy.woff') format('woff');
}