@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/inter/Inter-400.woff2') format('woff2'),
       url('../../fonts/inter/Inter-400.woff') format('woff'),
       url('../../fonts/inter/Inter-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../../fonts/inter/Inter-500.woff2') format('woff2'),
       url('../../fonts/inter/Inter-500.woff') format('woff'),
       url('../../fonts/inter/Inter-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../fonts/inter/Inter-600.woff2') format('woff2'),
       url('../../fonts/inter/Inter-600.woff') format('woff'),
       url('../../fonts/inter/Inter-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../fonts/inter/Inter-700.woff2') format('woff2'),
       url('../../fonts/inter/Inter-700.woff') format('woff'),
       url('../../fonts/inter/Inter-700.ttf') format('truetype');
}

/* Project-wide default typeface */
:root {
  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
  font-family: var(--font-sans);
}

body,
button,
input,
select,
textarea,
optgroup,
option {
  font-family: inherit;
}
