/**
 * @license
 *
 * Font Family: Poppins
 * Designed by: Indian Type Foundry
 * URL: https://fonts.google.com/specimen/Poppins
 * © 2025 Indian Type Foundry
 *
 * Poppins Regular
 * Poppins Medium
 * Poppins SemiBold
 * Poppins Bold
 * Poppins ExtraBold
 * Poppins Black
 *
 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Poppins-Regular.woff2') format('woff2'),
    url('./Poppins-Regulaar.woff') format('woff');
}

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

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

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./Poppins-ExtraBold.woff2') format('woff2'),
    url('./Poppins-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./Poppins-Black.woff2') format('woff2'),
    url('./Poppins-Black.woff') format('woff');
}