[data-custom-class='body'],
[data-custom-class='body'] * {
    background: transparent !important;
}
[data-custom-class='title'],
[data-custom-class='title'] * {
    font-family: "Roboto Mono", monospace !important;
    font-size: 26px !important;
    color: #000000 !important;
}
[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
    font-family: "Roboto Mono", monospace !important;
    color: #595959 !important;
    font-size: 14px !important;
}
[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
    font-family: "Roboto Mono", monospace !important;
    font-size: 19px !important;
    color: #000000 !important;
}
[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
    font-family: "Roboto Mono", monospace !important;
    font-size: 17px !important;
    color: #000000 !important;
}
[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
    color: #595959 !important;
    font-size: 14px !important;
    font-family: "Roboto Mono", monospace !important;
}
[data-custom-class='link'],
[data-custom-class='link'] * {
    color: #3030F1 !important;
    font-size: 14px !important;
    font-family: "Roboto Mono", monospace !important;
    word-break: break-word !important;
}
ul {
    list-style-type: square;
}
ul > li > ul {
    list-style-type: circle;
}
ul > li > ul > li > ul {
    list-style-type: square;
}
ol li {
    font-family: "Roboto Mono", monospace !important ;
}