p {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
}

#light {
  font-weight: 100;
}

#normal {
  font-weight: 400;
}

#bold {
  font-weight: 700;
}

#bolder {
  font-weight: 900;
}