@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;500&display=swap");
#page-title {
  margin: 0;
  background: none; }
  #page-title h1 {
    color: #a08543;
    font-size: 1.25rem; }
    #page-title h1 span {
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 300; }
    @media screen and (min-width: 480px) {
      #page-title h1 {
        font-size: 2rem; } }

.update {
  text-align: right;
  font-size: 0.8rem;
  font-feature-settings: "palt"; }
