@font-face {
  font-family: PTSans;
  src: url('PTSans-Regular.ttf') format("truetype");
}
@font-face {
  font-family: PTSansNarrow;
  src: url('PTSansNarrow-Regular.ttf') format("truetype");
}
@font-face {
  font-family: PTSansBold;
  src: url('PTSans-Bold.ttf') format("truetype");
}
/* You can add global styles to this file, and also import other style files */
body,
html {
  font-family: PTSans, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  color: #4f4f4f;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

/*# sourceMappingURL=styles.css.map*/