:root {
  --tato-font-family: "Inter", sans-serif;
  --tato-body-bg: #fbfaf5;
}

body {
  font-family: var(--tato-font-family);
}

.container-wrapper {
  background-color: var(--tato-body-bg) !important;
  padding-top: 1rem !important;
  flex-grow: 1 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: var(--tato-font-family);
  margin: 0;
}

h1,
.h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(24px, 5vw + 1rem, 40px);
}

h2,
.h2 {
  font-weight: 600;
  line-height: 1.35;
  font-size: clamp(20px, 3.5vw + 0.5rem, 28px);
}

h3,
.h3 {
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(16px, 2vw + 0.5rem, 20px);
}

h4,
.h4 {
  font-weight: 500;
  line-height: 1.4;
  font-size: clamp(14px, 1.5vw + 0.4rem, 18px);
}

.highlight-tato {
  background: #ffbe58;
  border-color: #cc9846;
  color: #212529;
}
.btn.highlight-tato:hover,
.btn.highlight-tato:focus,
.btn.highlight-tato-alt:hover,
.btn.highlight-tato-alt:focus {
  border-color: #212529;
}
.highlight-tato-alt {
  background: #a4c2f4;
  color: #444;
}
.alert-tato {
  color: #664c23;
  background: #ffbe58;
  border-color: #cc9846;
}
.required {
  color: red;
}
.tooltip-tato {
  --bs-tooltip-bg: #ffbe58;
  --bs-tooltip-color: #212529;
  --bs-tooltip-max-width: 300px;
}
.griditem {
  padding-bottom: var(--bs-gutter-x);
  height: 100%;
}
.griditem__link {
  display: block;
  position: relative;
  border: 1px solid lightgrey;
  background: lightgrey;
  height: 100%;
}
.griditem__title {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  background: #ffbe58;
  background: rgba(255, 190, 88, 0.8);
  color: #fff;
  line-height: 1.75rem;
  font-size: 1.5rem;
}
.charactersremaining__number {
  font-weight: bold;
}
.form-control.disabled {
  background-color: #e9ecef;
  opacity: 1;
}

#global-nav-modal {
  margin-top: 93px;
}
