body{
    font-family: "Montserrat", sans-serif;
}
.font-heading{
    font-family: "Merriweather", serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Merriweather", serif;
}
body a{
    color: inherit;
    text-decoration: underline !important;
}
body a:hover{
    color: inherit;
    text-decoration: underline !important;
}
#generatedText h1,
#generatedText h2,
#generatedText h3{
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
#generatedText h4,
#generatedText h5,
#generatedText h6{
    font-weight: 600;
    margin-top: 0.75rem;
    margin-bottom: 0.4rem;
}
#generatedText p{
    margin-bottom: 0.75rem;
}
#generatedText ul,
#generatedText ol{
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    list-style-position: outside;
}
#generatedText ul{
    list-style-type: disc;
}
#generatedText ol{
    list-style-type: decimal;
}
#generatedText li{
    margin-bottom: 0.25rem;
}
#resultText{
    line-height: 1.7;
}