.PathPD {
  font-family: 'Courier Prime';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #E5E5E5;
}

.TitlePD {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 3rem;
}

.ContentTitlePD {
    font-family: 'Roboto Flex';
    color: #F2F2F2;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.5rem;
}

.ContentSubTitlePD {
  font-family: 'Roboto Flex';
  color: #E5E5E5;
  line-height: 130%;
  font-weight: 700;
  font-size: 1rem;
}

.ContentPD {
  font-family: 'Roboto Flex';
  color: #E5E5E5;
  line-height: 130%;
  font-weight: 400;
  font-size: 1rem;
}

