/* Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* Apply Inter Font */
body, .md-nav__title, .md-nav__link {
  font-family: 'Inter', sans-serif;
}