
@font-face{
  font-family : "poppins";
  src : url('/wp-content/themes/boyer/fonts/poppins-regular.ttf');
}
@font-face{
  font-family : "sweet";
  src : url('/wp-content/themes/boyer/fonts/sweet.ttf');
}
@font-face {
  font-family: "cream-candy";
  src: url('/wp-content/themes/boyer/fonts/CreamCandy.otf');
}

/*---------*/

.is-poppins {
  font-family: poppins, sans-serif;
}
.is-sweet {
  font-family: sweet, sans-serif;
}
.is-cream-candy {
  font-family: cream-candy, Tahoma, sans-serif;
}

/*---------*/

.is-white {
  color: white;
}
.is-black {
  color: black;
}
.is-green {
  color: #75BA6E;
}
.is-purple, .is-violet {
  color: #410E53;
}