/* ==========================================================================
   FZ Poppins — @font-face declarations
   Đặt file này tại: wp-content/themes/talentforce/css/fonts.css
   Đặt các file .woff2 tại: wp-content/themes/talentforce/fonts/
   ========================================================================== */

@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZ Poppins';
  src: url('../fonts/FZ_Poppins-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================================
   Đặt làm font mặc định cho toàn site
   ========================================================================== */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, button, input, textarea, select,
.button, .nav, .nav-dropdown, .header, .footer {
  font-family: 'FZ Poppins', sans-serif;
}
