.type-franziska {
  font-family: 'franziska';
}

.type-monospace {
  font-family: 'monospace';
}

.type-light{
  font-weight: lighter;
}

.type-medium {
  font-weight: 500;
}

.type-bold {
  font-weight: bolder;
}

.type-italic {
  font-style: italic;
}