/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>is licensed by CC BY 4.0</div>
      OR
      <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>

      CSS rules to specify fonts

      font-family: "CCMaladroit W00 Bold";;

*/

@font-face{
    font-family: "CCMaladroit W00 Bold";
    src: url("");
    src: url("")format("embedded-opentype"),
        url("242126d4e361f4c0b59cd8db6f0e3baf.woff")format("woff"),
        url("242126d4e361f4c0b59cd8db6f0e3baf.woff2")format("woff2"),
        url("242126d4e361f4c0b59cd8db6f0e3baf.ttf")format("truetype"),
        url("")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 
