/* apps/web/dn-ms-industry-directory/src/styles.scss */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  font-family: "Roboto Slab", sans-serif !important;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  color: #0B1E1F;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
  transition:
    border 0.2s,
    background-color 0.2s,
    color 0.2s,
    opacity 0.2s,
    -webkit-text-decoration 0.2s;
  transition:
    border 0.2s,
    background-color 0.2s,
    color 0.2s,
    opacity 0.2s,
    text-decoration 0.2s;
  transition:
    border 0.2s,
    background-color 0.2s,
    color 0.2s,
    opacity 0.2s,
    text-decoration 0.2s,
    -webkit-text-decoration 0.2s;
}
p {
  margin: 0;
}
.link-text {
  font-family: "Lato";
  color: #3690F0;
  text-decoration: none;
  font-size: 16px;
}
.link-text:hover {
  color: #003B7A;
  cursor: pointer;
}

/* angular:styles/global:styles */
