@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

.ccp-poppins-bold {
   font-family: 'Lora', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;

  }
  .ccp-open-sans-ligth {
    font-family: "Open Sans", serif;
    font-weight: 300;
    font-style: normal;
    font-size:17px;
  }
  
.ccp-error,
.ccp-profile .info-title,
.ccp-print 
{
  color: red;
  margin-bottom: 10px;
}

 