/* apps/web/dn-ms-person-directory/src/styles.scss */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.datanyze.com/fonts/Lato.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.datanyze.com/fonts/robotos.woff2) format("woff2");
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  height: auto;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
.link-text {
  font-family: "Lato";
  color: #3690F0;
  text-decoration: none;
}
.link-text:hover {
  color: #003B7A;
  cursor: pointer;
}

/* angular:styles/global:styles */
