/* C&O Properties -  2023 */
/* ===================================================================================== */
/* Site created by Storytellers - storytellers.odozii.com */
/* Website Designed by Francis Odozi Isibor */
/* ===================================================================================== */

.text-cando {
  color:#4D2459;
}
.border-cando {
  border-color:#4D2459;
}
.bg-cando {
  background-color:#4D2459;
}
.button-cando:hover {
  background-color:#4D2459;
  color:white;
}
.flourish::before {
      content: '';
      display: block;
      width: 3rem; /* Length of the flourish */
      height: 2px; /* Thickness of the flourish */
      background-color: currentColor; /* Uses the text color */
      margin-right: 1rem; /* Spacing between flourish and text */
    }
body {

  font-family: 'Lato', sans-serif;
}
.font-cando {
  font-family: 'Aleo', serif;
}
