.font-thin {
  font-weight: 100;
}

.font-ultra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-ultra-bold {
  font-weight: 800;
}

.font-score {
  font-family: 'XY Score', 'DIN Alternate' !important;
}

.font-code {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
    monospace !important;
}
