
/* Designed and developed by Pixeldroid limited pixeldroid@protonmail.com, develop@pixeldroid.com */

/* 1. Tw cent normal */
@font-face {
  font-family: 'tc';
  src: url('../assets/fonts/TCM_____.TTF') format('truetype');
  font-weight: normal; 
  font-style: normal;
  font-display: swap;
}

/* 2. Tw cent bold */
@font-face {
  font-family: 'tc';
  src: url('../assets/fonts/TCB_____.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/* 3. Poppins light */
@font-face {
  font-family: 'poppins';
  src: url('../assets/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 4. Poppins bold */
@font-face {
  font-family: 'poppins';
  src: url('../assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
