/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-design-icons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    top: 10px;
    position: relative;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'Courier New';
  src: local('Courier New Regular'), local('Courier-New-Regular'),
  url('../fonts/CourierNewPSMT.woff2') format('woff2'),
  url('../fonts/CourierNewPSMT.woff') format('woff'),
  url('../fonts/CourierNewPSMT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Courier New Bold';
  src: local('Courier New Bold'), local('Courier-New-Bold'),
  url('../fonts/CourierNewPS-BoldMT.woff2') format('woff2'),
  url('../fonts/CourierNewPS-BoldMT.woff') format('woff'),
  url('../fonts/CourierNewPS-BoldMT.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
