
body {
    font-family: 'Inter', sans-serif; /* Applied as default for body */
    overflow-x: hidden; 
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif; /* Applied for headings */
  }
  .hamburger-menu span {
      height: 3px;
      width: 25px;
      background-color: #fff;
      margin-bottom: 4px;
      border-radius: 2px;
      display: block; 
  }
 
  .nav.active {
      display: block;
      position: absolute;
      top: 80px; 
      left: 0;
      width: 100%;
      background-color: #223954; 
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1000;
  }