@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Inter-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/Inter-Medium.woff') format('woff');
  font-feature-settings:
    'salt' on,
    'ss04' on;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/Inter-SemiBold.woff') format('woff');
  font-feature-settings:
    'salt' on,
    'ss04' on;
}

@font-face {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  src: url('./fonts/Inter-Regular.woff') format('woff');
}

/* font-variant-numeric: lining-nums tabular-nums; */
