/* Poppins Self-Hosted Font - Security Hardened Version
 * 
 * SETUP INSTRUCTIONS:
 * 1. Download Poppins font files from: https://fonts.google.com/specimen/Poppins
 *    (Click "Download family" button)
 * 2. Extract the ZIP and copy all .ttf files to: css/fonts/poppins/
 * 3. Convert TTF to WOFF2 using: https://cloudconvert.com/ttf-to-woff2
 *    (Or use the fontsquirrel webfont generator)
 * 4. Replace the Google Fonts <link> tag in every HTML file with:
 *    <link rel="stylesheet" href="css/fonts/poppins.css">
 *
 * Weights included: 100, 300, 400, 500, 600, 700, 800, 900
 * Both normal and italic variants
 */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('fonts/poppins/Poppins-Thin.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/poppins/Poppins-Light.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins/Poppins-Regular.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins/Poppins-Medium.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins/Poppins-Bold.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
       url('fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/poppins/Poppins-Black.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Black.ttf') format('truetype');
}
