:root {
  --bs-body-font-family: serif;
  --bs-body-bg: #F2E7BB;
  --bs-light-rgb: 233,234,222;
  --bs-secondary-bg-rgb: 230, 87, 80;
  /* --bs-secondary-bg-rgb: 103,121,245; blue */
}

.btn {
  --bs-btn-bg: #89E683;
  --bs-btn-border-color: #89E683;
  --bs-btn-color: black;
  --bs-border-radius-lg: 1rem;
}

.text-light {
  color: rgb(244, 247, 213) !important
}

.btn-secondary {
  --bs-btn-bg: #666;
  --bs-btn-border-color: #666;
  --bs-btn-color: #DBE0AA;
}
.btn-outline-secondary {
  --bs-btn-bg: none;
  --bs-btn-border-color: rgb(244, 247, 213);
  --bs-btn-color: rgb(244, 247, 213) !important;
}
.language-percentages {
  font-size: 0;
}

.language-name {
  display: inline-block;
  font-size: 0.8rem;
}
.language-percent {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 0.5rem;
}
