:root {
  --main-gold: #9C8B58;
  --main-navy: #1A1245;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  padding: 2rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

