/* Fonts */

.caveat-heading, h1, h2, h3, h4, h5, h6 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.josefin-sans-body, p {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.round_image {
    border-radius: 50%;
}

.image_100px {
    width: 100px;
    height: 100px;
}

.color_inherit {
    color: inherit!important;
}