/* Poppins Font - Optimized for Performance */

/* Light (300) - Most common for body text */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://market.createksolution.xyz/assets/fonts/Poppins-Light.ttf') format('truetype');
}

/* Regular (400) - Default weight */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://market.createksolution.xyz/assets/fonts/Poppins-Regular.ttf') format('truetype');
}

/* Medium (500) - Common for emphasis */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://market.createksolution.xyz/assets/fonts/Poppins-Medium.ttf') format('truetype');
}

/* SemiBold (600) - Common for headings */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://market.createksolution.xyz/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
}

/* Bold (700) - For strong emphasis (load on demand) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('https://market.createksolution.xyz/assets/fonts/Poppins-Bold.ttf') format('truetype');
}
