/* Updated import for Inter Tight (including a full range of weights and italics) */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  /* Updated primary font family */
  font-family: 'Inter Tight', ui-sans-serif, system-ui, -apple-system,
               BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
               "Noto Sans", sans-serif;
}

nav ul ul {
  font-size: 0.9rem;
}