/* =========================
   INTER FONT - LOCAL
========================= */

/* 100 - Thin */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* 100 - Thin Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-100-italic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* 200 - ExtraLight */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* 200 - ExtraLight Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-200-italic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* 300 - Light */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 300 - Light Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-300-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* 400 - Regular */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 400 - Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 500 - Medium */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 500 - Medium Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-500-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* 600 - SemiBold */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 600 - SemiBold Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-600-italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* 700 - Bold */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 700 - Bold Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-700-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* 800 - ExtraBold */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* 800 - ExtraBold Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-800-italic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* 900 - Black */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* 900 - Black Italic */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-900-italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}