:root {
  font-family: 'Nunito Sans', Verdana, sans-serif;
}

.black {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.extralight {
  font-weight: 200;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 500
}