@charset "UTF-8";

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

/** Menu
===================================*/
#adminmenu #toplevel_page_wc_pythia .menu-icon-generic div.wp-menu-image::before {
    /* 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;
    content: "\e900";
}
