/*
      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: "Morganite SemiBold";;

*/

@font-face{
    font-family: "Morganite SemiBold";
    src: url("/static/a166cb7209e08908bb19e01bca16db13.eot");
    src: url("/static/a166cb7209e08908bb19e01bca16db13.eot?#iefix")format("embedded-opentype"),
        url("/static/a166cb7209e08908bb19e01bca16db13.woff")format("woff"),
        url("/static/a166cb7209e08908bb19e01bca16db13.woff2")format("woff2"),
        url("/static/a166cb7209e08908bb19e01bca16db13.ttf")format("truetype"),
        url("/static/a166cb7209e08908bb19e01bca16db13.svg#Morganite SemiBold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 

