@font-face {
  font-family: DIN Web;
  src: url(../fonts/DINWebPro-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: DIN Web;
  src: url(../fonts/DINWebPro.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DIN Web;
  src: url(../fonts/DINWebPro-Medium.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}

.Tree-item,
.Tree-collectionLabel,
.Prose h1,
.Prose h2,
.Prose h3,
.Prose h4,
.Prose h5,
.Prose h6,
.Prose,
.Document-title,
.Tree-title,
body {
  font-family: 'Din Web';
}

.Header {
  background: #007be4;
}

.Tree-title {
  letter-spacing: inherit;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: bold;
}
