/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="https://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div>
      OR
      <a href="https://www.onlinewebfonts.com">oNline Web Fonts</a>
*/
@font-face {font-family: "MullerExtraBold";
    //src: url("https://db.onlinewebfonts.com/t/1412d70975a8d93623b25341ea3ba749.eot"); /* IE9*/
    //src: url("https://db.onlinewebfonts.com/t/1412d70975a8d93623b25341ea3ba749.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    //url("https://db.onlinewebfonts.com/t/1412d70975a8d93623b25341ea3ba749.woff2") format("woff2"), /* chrome firefox */
    //url("https://db.onlinewebfonts.com/t/1412d70975a8d93623b25341ea3ba749.woff") format//("woff"), /* chrome firefox */
    //url("https://db.onlinewebfonts.com/t/1412d70975a8d93623b25341ea3ba749.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    //url("https://db.onlinewebfonts.com/t/1412d70975a8d93623b25341ea3ba749.svg#MullerExtraBold") format("svg"); /* iOS 4.1- */
    src: url("/css/Montserrat-ExtraBold.ttf") format("truetype");
}

/*
<link href="//db.onlinewebfonts.com/c/1412d70975a8d93623b25341ea3ba749?family=MullerExtraBold" rel="stylesheet" type="text/css"/>
*/

@font-face {
    font-family: "Montserrat";
    src: url("/css/Montserrat-ExtraBold.ttf") format("truetype");
}

.montserrat-extrabold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}