body {
  font-family: "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #141414, #0a0a0a);
  color: #fff;
  scroll-behavior: smooth;
}

html, body {
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

sectiom[id]{
  scroll-margin-top:72px;
}

/* ---------- FOOTER ---------- */
.footer {
  background: linear-gradient(180deg, #1E2C31, #101E1F);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #d3dbe0;
  padding: 40px 0;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-text {
  font-family: "Akt", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #a0a8b0;
  margin-bottom: 0;
}

.footer p {
  margin-bottom: 0;
  color: #7d8a92;
}

/* ---------- FONTS ---------- */
@font-face {
  font-family: 'Unbounded';
  src: url('/fonts/Unbounded/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rothek';
  src: url('/fonts/Rothek/Rothek.otf') format('opentype');
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akt';
  src: url('/fonts/Akt/Akt.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}