     @font-face {
         font-family: "MyriadPro-Regular";
         font-weight: regular;
         font-style: normal;
         src: url("../fonts/MyriadPro-Regular.otf");
     }

      @font-face {
         font-family: "MyriadPro-BoldSemiCn";
         font-weight: normal;
         font-style: normal;
         src: url("../fonts/MyriadPro-BoldSemiCn.otf");
     }


     @font-face {
         font-family: "StagSans-Semibold";
         font-weight: normal;
         font-style: normal;
         src: url("../fonts/StagSans-Semibold.otf");
     }

     @font-face {
         font-family: "StagSans-Light";
         font-weight: normal;
         font-style: normal;
         src: url("../fonts/StagSans-Light.otf");
     }

     @font-face {
         font-family: "StagSans-Book";
         font-weight: normal;
         font-style: normal;
         src: url("../fonts/StagSans-Book.otf");
     }

     @font-face {
         font-family: 'icomoon';
         src: url('fonts/icomoon.eot?ps7exb');
         src: url('fonts/icomoon.eot?ps7exb#iefix') format('embedded-opentype'),
         url('fonts/icomoon.ttf?ps7exb') format('truetype'),
         url('fonts/icomoon.woff?ps7exb') format('woff'),
         url('fonts/icomoon.svg?ps7exb#icomoon') format('svg');
         font-weight: normal;
         font-style: normal;
     }

     [class^="icon-"],
     [class*=" icon-"] {
         /* use !important to prevent issues with browser extensions that change fonts */
         font-family: 'icomoon' !important;
         speak: none;
         font-style: normal;
         font-weight: normal;
         font-variant: normal;
         text-transform: none;
         line-height: 1;

         /* Better Font Rendering =========== */
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
     }