/* CustomText.module.css */
.customText {
    /* Base styles can be defined here */
  }
  
  .font-regular {
    font-family: 'PFont-Regular';
  }
  
  .font-medium {
    font-family: 'PFont-Medium';
  }
  
  .font-bold {
    font-family: 'PFont-Bold';
  }
  
  .font-light {
    font-family: 'PFont-Light';
  }
  