/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

/* ===============================
   FONTS (MUST BE AT TOP)
================================ */

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TheYearofTheCamel';
  src: url('fonts/TheYearofTheCamel-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* ===============================
   GLOBAL FORCE (TT5 OVERRIDE)
================================ */

html,
body,
.wp-site-blocks,
.wp-site-blocks * {
  font-family: 'TheYearofTheCamel', sans-serif !important;
}

/* ===============================
   NAVBAR STYLES
================================ */

.nav-container {
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 4.5rem;
  padding: 1.125rem 3.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .nav-container {
    top: 1rem;
    gap: 1.5rem;
    padding: 0.6rem 1.5rem;
    width: calc(100% - 2rem);
    max-width: 400px;
    justify-content: center;
  }
}

.nav-link {
  color: black;
  mix-blend-mode: difference;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.4s ease;
  white-space: nowrap;
  font-weight: 400;
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
}

.nav-link:hover {
  letter-spacing: 0.3em;
  font-weight: 700;
}

/* ===============================
   PREVENT TT5 HEADER INTERFERENCE
================================ */

header.wp-block-template-part {
  position: static;
}
