/* Poppins Font Family - Local Offline Version */
/* Using locally hosted font files for complete offline functionality */

/* Poppins Regular */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Poppins-Regular.otf') format('opentype');
}

/* Note: For a complete implementation, you would typically include:
   - Poppins Light (300)
   - Poppins Medium (500)
   - Poppins SemiBold (600)
   - Poppins Bold (700)
   
   These can be added similarly with their respective file paths.
*/