/* Material Icons ----------------------------------------------------------- */
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/material-icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url('../fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/material-icons/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
    text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
    -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
    font-feature-settings: 'liga'; /* Support for IE. */
}

/* Snarfs Font -------------------------------------------------------------- */
@font-face {
    font-family: 'snarfs';
    src: url('../fonts/snarfsfont/snarfs_font-webfont.eot');
    src: url('../fonts/snarfsfont/snarfs_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/snarfsfont/snarfs_font-webfont.woff') format('woff'),
         url('../fonts/snarfsfont/snarfs_font-webfont.ttf') format('truetype'),
         url('../fonts/snarfsfont/snarfs_font-webfont.svg#snarfsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CF Jack Story ------------------------------------------------------------ */
@font-face {
    font-family: 'CFJackStory-Regular';
    src: url('../fonts/cf-jack-story/CFJackStory-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cf-jack-story/CFJackStory-Regular.woff') format('woff'),
        url('../fonts/cf-jack-story/CFJackStory-Regular.ttf') format('truetype'),
        url('../fonts/cf-jack-story/CFJackStory-Regular.svg#CFJackStory-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Cookie ------------------------------------------------------------------- */
@font-face {
    font-family: 'cookie';
    src: url('../fonts/cookie/Cookie-Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/cookie/Cookie-Regular.woff') format('woff'),
         url('../fonts/cookie/Cookie-Regular.ttf') format('truetype'),
         url('../fonts/cookie/Cookie-Regular.svg#Cookie-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}