@font-face {
  font-family: 'TT Prosto Sans Condensed';
  src: url('/assets/fonts/TTProstoSansCondensed-Light.eot') format('eot'),
    url('/assets/fonts/TTProstoSansCondensed-Light.woff2') format('woff2'),
    url('/assets/fonts/TTProstoSansCondensed-Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'TT Prosto Sans Condensed';
  src: url('/assets/fonts/TTProstoSansCondensed-Regular.eot') format('eot'),
    url('/assets/fonts/TTProstoSansCondensed-Regular.woff2') format('woff2'),
    url('/assets/fonts/TTProstoSansCondensed-Regular.woff') format('woff');
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: 'TT Prosto Sans Condensed';
  src: url('/assets/fonts/TTProstoSansCondensed-Bold.eot') format('eot'),
    url('/assets/fonts/TTProstoSansCondensed-Bold.woff2') format('woff2'),
    url('/assets/fonts/TTProstoSansCondensed-Bold.woff') format('woff');
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
  font-weight: bold;
}

html {
  font-size: 16px;
  font-weight: 300;
}

body {
  word-spacing: 0px;
  letter-spacing: 0.013rem;
  line-height: 1.375rem;
}
