:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1;
  /* fix for Chrome */ }

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif; } }

header .title {
  font-weight: bold; }

.cah_card {
  border: solid 1px #000;
  border-radius: 8px;
  padding: 1em;
  display: block; }

.big_card {
  font-size: 26px;
  font-weight: 500;
  margin: 1em 0;
  padding: 1em 3em 3em 1em; }

.black_card {
  background-color: #000;
  color: #fff; }

input[type="radio"]:checked + label {
  background-color: #eee; }

.white_cards .form-check {
  padding-left: 0; }

.white_cards .form-check-input {
  display: none;
  padding-left: 0; }

.scoreboard {
  max-width: 300px; }
