/* inconsolata-regular - latin-ext_latin */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/inconsolata-v21-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/inconsolata-v21-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Eurostar';
  font-style: normal;
  font-weight: normal;
  src: url('eurostar.ttf') format('truetype');
}

@font-face {
  font-family: 'Eurostar';
  font-style: normal;
  font-weight: bold;
  src: url('eurostarblack.ttf') format('truetype');
}

@font-face {
  font-family: 'Eurostar Extended';
  font-style: normal;
  font-weight: normal;
  src: url('eurostarregularextended.ttf') format('truetype');
}

@font-face {
  font-family: 'Eurostar Extended';
  font-style: normal;
  font-weight: bold;
  src: url('eurostarblackextended.ttf') format('truetype');
}

body {
   font-family: Eurostar, Verdana, Arial, sans-serif;
}

h1 {
   font-family: Eurostar Extended, Verdana, Arial, sans-serif;
   font-weight: bold;
}

h2 {
   font-family: Eurostar, Verdana, Arial, sans-serif;
   font-weight: bold;
}

h3, h4 {
   font-family: Eurostar, Verdana, Arial, sans-serif;
   font-weight: normal;
}

.schplog1 {
   font-family: Eurostar Extended, Verdana, Arial, sans-serif;
   font-weight: bold;
}

pre, code, tt, var, samp, kbd, dt! code {
  font-family: Inconsolata, Andale Mono, monospace;
  font-variant-ligatures: none;
}

