/*
      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: "Orpheus Pro";
      font-family: "OrpheusPro-Bold";
      ;

*/

@font-face{
    font-family: "Orpheus Pro";
    src: url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.eot");
    src: url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.svg#Orpheus Pro")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "OrpheusPro-Bold";
    src: url("https://db.onlinewebfonts.com/t/81651a191b7129993b0871c834a19600.eot");
    src: url("https://db.onlinewebfonts.com/t/81651a191b7129993b0871c834a19600.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/81651a191b7129993b0871c834a19600.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/81651a191b7129993b0871c834a19600.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/81651a191b7129993b0871c834a19600.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/81651a191b7129993b0871c834a19600.svg#OrpheusPro-Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 
