@font-face {
    font-family: 'ptSansBold';
    src: url("font/PT_Sans/PTSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ptSansBoldItalic';
    src: url("font/PT_Sans/PTSans-BoldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ptSansItalic';
    src: url("font/PT_Sans/PTSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ptSans';
    src: url("font/PT_Sans/PTSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'MaterialIcons';
    font-style: normal;
    font-weight: 400;
    src: url(font/material/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: url(font/material/material.woff2) format('woff2'), url(font/material/material.ttf) format('truetype'), url(font/material/material.woff) format('woff');
}

@font-face {
    font-family: 'circularBold';
    src: url("font/circular/CircularProTT-Bold.ttf") format("truetype"), url("font/circular/CircularProTT-Bold.woff2") format("woff2"), url("font/circular/CircularProTT-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'circularMedium';
    src: url("font/circular/CircularProTT-Medium.ttf") format("truetype"), url("font/circular/CircularProTT-Medium.woff2") format("woff2"), url("font/circular/CircularProTT-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'circularBook';
    src: url("font/circular/CircularProTT-Book.ttf") format("truetype"), url("font/circular/CircularProTT-Book.woff2") format("woff2"), url("font/circular/CircularProTT-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.material-icons {
    font-family: 'MaterialIcons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}