/* HTML Styling Options
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Add subtext to html.p() */
.string_paragraph_subtext {
    color: #B6B7BB;
    font-size: 12px;
    margin: 0px;
}

.remove_bold {
    font-weight: 400 !important;
}

.remove_margins {
    margin: 0px !important;
}

/* position top left */
.position_top_left {
    position: absolute;
    top: -30px;
    left: -25px;
}