/* =============================
   INTER — WOFF2 Webfont Setup
   ============================= */

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

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

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

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

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

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

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

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

/* =============================
   POPPINS — WOFF2 Webfont Setup
   ============================= */

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

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

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

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

/* 400 Italic */
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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