@font-face {
  font-family: 'Cinzel';
  src: url('fonts/fontsh/Cinzel/static/Cinzel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPNeueMontreal-Extrabold';
  src: url('/fonts/PPNeueMontreal-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   SITE FOOTER BAR
   ========================================================================== */
.site-footer {
  background-color: transparent;
  color: #888888;
  padding: 3rem 2rem;
  margin-top: 4rem;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  font-family: 'Cinzel', serif;
}

.footer-container p {
  font-family: 'Cinzel', serif;
}

.footer-links,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-links a,
.footer-socials a {
  color: #888888;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Cinzel', serif;
}

.footer-links a:hover,
.footer-socials a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .footer-links,
  .footer-socials {
    flex-wrap: wrap;
    justify-content: center;
  }
}
