body {
    font-family: "Spinnaker", Futura, Poppins;
}
h1, h2, h3, h4, h5, h6, #page-title > h2, #page-title > p {
    font-family: inherit;
}

.info-icon{
    cursor: help;
    position: absolute;
    top: 5px;
    right: -20px;
    height: 25px;
    width: 25px;
    border: 2px solid green;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    color: green;
}