/* Fonts */
.prosto-one-regular {
    font-family: "Prosto One", serif;
    font-weight: 400;
    font-style: normal;
}

.praise-regular {
    font-family: "Praise", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }

  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }

  .sedgwick-ave-regular {
    font-family: "Sedgwick Ave", serif;
    font-weight: 400;
    font-style: normal;
  }

.customShadow {
    border: 1.5px solid rgba(0, 0, 0, 0.479);
    box-shadow: 0 0 10px 0.3px rgba(0, 0, 0, 0.4);
}
.bg-cl-org-600{
    background-color: #FF7C00;
}
.txt-cl-org-600{
    color: #FF7C00;
}
.bg-cl-org{
    background-color: #F27702;
}
.txt-cl-or{
    color: #F27702;
}

.hv-org:hover{
    color: #FF7C00;
}