@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAMMEDIUM.woff2') format('woff2'),
       url('../fonts/GOTHAMMEDIUM.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, button {
  font-family: 'Gotham';
  /* Adjust other CSS properties as needed */
}


.savorsaga-header {
    background-color: #7f6234;
    color: white;
    padding: 20px 0;
    text-align: center;
  }
  
  .savorsaga-title {
    margin: 0;
  }
  
  .savorsaga-date {
    margin: 5px 0 0 0;
  }
  
  .savorsaga-main {
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .savorsaga-section {
    margin-bottom: 20px;
  }
  
  .savorsaga-section h2 {
    color: #7f6234;
  }
  
  .savorsaga-list {
    list-style-type: disc;
    margin: 10px 0 10px 20px;
  }
  
  .savorsaga-footer {
    background-color: #7f6234;
    color: white;
    text-align: center;
    padding: 10px 0;
  }
  
  .savorsaga-footer p {
    margin: 0;
  }