/* =========================================
   1. TYPOGRAPHY
   ========================================= */

/* Bar Text */
.fn-trigger, 
.fn-close-btn {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: inherit;
}

/* Menu Links (Overlay) */
.fn-overlay-links a {
  text-decoration: none;
  font-size: 4vw; /* Responsive large text */
  line-height: 1.1;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}

/* Language Switcher */
.fn-lang-switch a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Footer */
.ftr-left a, .ftr-right a {
  font-size:inherit;
}

/* =========================================
   2. MOBILE OVERRIDES
   ========================================= */

@media screen and (max-width: 768px) {
  .fn-overlay-links a {
    font-size: 2.5rem;
  }
}