@font-face {
  font-family: 'Inter-UI';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src:
    url('./ExtraLight.woff2') format('woff2'),
    url('./ExtraLight.woff') format('woff');
}

@font-face {
  font-family: 'Inter-UI';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src:
    url('./Light.woff2') format('woff2'),
    url('./Light.woff') format('woff');
}

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

@font-face {
  font-family: 'Inter-UI';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src:
    url('./Medium.woff2') format('woff2'),
    url('./Medium.woff') format('woff');
}

@font-face {
  font-family: 'Inter-UI';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src:
    url('./SemiBold.woff2') format('woff2'),
    url('./SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Inter-UI';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url('./Bold.woff2') format('woff2'),
    url('./Bold.woff') format('woff');
}

@font-face {
  font-family: 'Inter-UI';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src:
    url('./ExtraBold.woff2') format('woff2'),
    url('./ExtraBold.woff') format('woff');
}
