@font-face {
  font-family: 'Humanist521BT-BoldCondensed';
  src: url('fonts/Humanist521BT-BoldCondensed.woff2') format('woff2'),
       url('fonts/Humanist521BT-BoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}



.logo-container {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 1001;
}

.logo {
  // ... existing code ...
} 