@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('inter/static/Inter_18pt-Regular.eot'); /* IE9 Compat Modes */
  src: local('PlusJakartaSans-Regular'), local('PlusJakartaSans-Regular'),
       url('inter/static/Inter_18pt-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter/static/Inter_18pt-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter/static/Inter_18pt-Regular.woff') format('woff'), /* Modern Browsers */
       url('inter/static/Inter_18pt-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter/static/Inter_18pt-Regular.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('inter/static/Inter_18pt-Light.eot'); /* IE9 Compat Modes */
  src: local('PlusJakartaSans-Light'), local('PlusJakartaSans-Light'),
       url('inter/static/Inter_18pt-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter/static/Inter_18pt-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter/static/Inter_18pt-Light.woff') format('woff'), /* Modern Browsers */
       url('inter/static/Inter_18pt-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter/static/Inter_18pt-Light.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('inter/static/Inter_18pt-Medium.eot'); /* IE9 Compat Modes */
  src: local('PlusJakartaSans-Medium'), local('PlusJakartaSans-Medium'),
       url('inter/static/Inter_18pt-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter/static/Inter_18pt-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter/static/Inter_18pt-Medium.woff') format('woff'), /* Modern Browsers */
       url('inter/static/Inter_18pt-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter/static/Inter_18pt-Medium.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('inter/static/Inter_18pt-SemiBold.eot'); /* IE9 Compat Modes */
  src: local('PlusJakartaSans-SemiBold'), local('PlusJakartaSans-SemiBold'),
       url('inter/static/Inter_18pt-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter/static/Inter_18pt-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter/static/Inter_18pt-SemiBold.woff') format('woff'), /* Modern Browsers */
       url('inter/static/Inter_18pt-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter/static/Inter_18pt-SemiBold.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('inter/static/Inter_18pt-Bold.eot'); /* IE9 Compat Modes */
  src: local('PlusJakartaSans-Bold'), local('PlusJakartaSans-Bold'),
       url('inter/static/Inter_18pt-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter/static/Inter_18pt-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter/static/Inter_18pt-Bold.woff') format('woff'), /* Modern Browsers */
       url('inter/static/Inter_18pt-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter/static/Inter_18pt-Bold.svg#Inter') format('svg'); /* Legacy iOS */
}

:root {
  font-family: 'Inter', system-ui, sans-serif;
}