@charset "UTF-8"; /** * @license * MyFonts Webfont Build ID 2992933, 2015-03-17T20:21:01-0400 * * 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: ProximaNovaA-Bold by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/ * * Webfont: ProximaNovaS-Bold by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/ * * Webfont: ProximaNova-Bold by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/ * * Webfont: ProximaNovaA-Regular by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/ * * Webfont: ProximaNovaA-Semibold by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold/ * * Webfont: ProximaNovaS-Regular by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/ * * Webfont: ProximaNovaS-Semibold by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold/ * * Webfont: ProximaNova-Semibold by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/ * * Webfont: ProximaNova-Regular by Mark Simonson * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/ * * * License: http://www.myfonts.com/viewlicense?type=web&buildid=2992933 * Licensed pageviews: 1,000,000 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved. * * © 2015 MyFonts Inc */ /* @import must be at top of file, otherwise CSS will not work */ // @import url("//hello.myfonts.net/count/2dab25"); @font-face { font-family: 'Michelin-Bold'; src: url('fonts/Michelin-Bold.woff2') format('woff2'), url('fonts/Michelin-Bold.woff') format('woff'); font-weight: bold; font-style: italic; } @font-face { font-family: 'Michelin-SemiBold'; src: url('fonts/Michelin-SemiBold.woff2') format('woff2'), url('fonts/Michelin-SemiBold.woff') format('woff'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Michelin-Regular'; src: url('fonts/Michelin-Regular.woff2') format('woff2'), url('fonts/Michelin-Regular.woff') format('woff'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Michelin-Black'; src: url('fonts/Michelin-Black.woff2') format('woff2'), url('fonts/Michelin-Black.woff') format('woff'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Michelin-Light'; src: url('fonts/Michelin-Light.woff2') format('woff2'), url('fonts/Michelin-Light.woff') format('woff'); font-weight: 300; font-style: italic; }