@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.woff') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'ghiremi';
    src: url('../fonts/GHIREMI.woff') format('woff');
    font-style: normal;
    font-display: swap;
  }
  .text-ghiremi { font-family: 'ghiremi', sans-serif; }

  .text-poppins { 
    font-family: 'Poppins', sans-serif; 
    font-style: normal;
  }
  