/*
      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: "Open Sauce One";;

*/

@font-face{
    font-family: "Open Sauce One";
    src: url("files/e8ea4288-1cd1e7d71e048159076fd90b39846902.eot");
    src: url("files/e8ea4288-1cd1e7d71e048159076fd90b39846902.eot?#iefix")format("embedded-opentype"),
        url("files/7bd3d0ac-1cd1e7d71e048159076fd90b39846902.woff")format("woff"),
        url("files/7bd3d0ac-1cd1e7d71e048159076fd90b39846902.woff2")format("woff2"),
        url("files/32e0b748-1cd1e7d71e048159076fd90b39846902.ttf")format("truetype"),
        url("files/d7c3e007-1cd1e7d71e048159076fd90b39846902.svg#Open Sauce One")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 
