#font-switcher-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

#font-switcher {
  font-size: 14px;
  padding: 4px 8px;
}

@font-face {
  font-family: 'LausanneRegular';
  src: url('fonts/TWKLausanne-400.woff2') format('woff2');
}
@font-face {
  font-family: 'LausanneBold';
  src: url('fonts/TWKLausanne-700.woff2') format('woff2');
}
@font-face {
  font-family: 'LausanneItalic';
  src: url('fonts/TWKLausanne-400Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'LausanneBlack';
  src: url('fonts/TWKLausanne-900.woff2') format('woff2');
}
@font-face {
  font-family: 'PxGrotesk';
  src: url('fonts/Px-Grotesk-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'LausanneExtraLight';
  src: url('fonts/TWKLausanne-100.woff2') format('woff2');
}

   body {
  font-family: 'LausanneRegular', sans-serif;
}
    
    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9fafb;
    }
