/* Inter Font - Variable Font */
/* Using rsms/inter web font from CDN */

@import url('https://rsms.me/inter/inter.css');

/* Feature settings for Inter */
:root {
  font-feature-settings: 'liga' 1, 'calt' 1; /* Enable ligatures and contextual alternates */
}

/* Support for older browsers */
@supports (font-variation-settings: normal) {
  :root {
    font-family: 'Inter var', sans-serif;
  }
}
