/* inconsolata-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: normal;
  src: url('inconsolata-v21-latin-ext_latin-regular.woff2') format('woff2');
}

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

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

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

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

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: regular;
  src: url('space-mono-v14-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: italic;
  font-weight: normal;
  src: url('space-mono-v14-latin_latin-ext-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: bold;
  src: url('space-mono-v14-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: italic;
  font-weight: bold;
  src: url('space-mono-v14-latin_latin-ext-700italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Hack';
  src: url('hack-regular-subset.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Hack';
  src: url('hack-bold-subset.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Hack';
  src: url('hack-italic-subset.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: 'Hack';
  src: url('hack-bolditalic-subset.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

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, .monospace {
  font-family: Inconsolata, Andale Mono, monospace;
  font-variant-ligatures: none;
}

