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

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

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

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

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

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

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

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

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