/* Regular */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Italic.woff2') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Medium.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-MediumItalic.woff2') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-SemiBold.woff2') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-SemiBoldItalic.woff2') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-BoldItalic.woff2') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-ExtraBold.woff2') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-ExtraBoldItalic.woff2') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Black.woff2') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-BlackItalic.woff2') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-LightItalic.woff2') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ExtraLight */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-ExtraLight.woff2') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* ExtraLight Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-ExtraLightItalic.woff2') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Thin */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-Thin.woff2') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/font-inter/web/Inter-ThinItalic.woff2') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
