@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

/* Apply globally */
body {
  font-family: 'Inter', system-ui, sans-serif;
}
