.font-england {
  font-family: 'England Regular';
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-libre {
    font-family: 'Libre Baskerville', serif;
}

.font-gray {
  color: var(--bs-gray-600);
}

.font-gold {
  color: #D6AC60 !important;
}

.font-lightgold {
  color: palegoldenrod !important;
}

.rotate-90 {
  transform: rotate(-90deg);
}

