:root {
  --bs-body-font-family: serif;
  --bs-body-bg: #F2E7BB;
  --bs-light-rgb: 233,234,222;
  --bs-secondary-bg-rgb: 227,129,79;
  /* --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;
  --bs-btn-font-family: sans-serif;
}

nav {
	font-family: sans-serif;
}

.btn.active {
  --bs-btn-active-bg: #91b7f5;
}

.btn-secondary {
  --bs-btn-bg: #91B7F5;
  --bs-btn-border-color: #91B7F5;
}

.btn-outline-secondary {
  --bs-btn-bg: none;
  --bs-btn-border-color: #F2E7BB;
  --bs-btn-color: #F2E7BB;
}

.input-group-text {
	--bs-tertiary-bg: #89E683;
}

.language-percentages {
  font-size: 0;
}

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