
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --bs-font-sans-serif: unset;
  
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video, button, input, textarea
{
    font-family: "Roboto", sans-serif;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: 400;
}


.post-content {
    color: #333;
}

.post-content a  {

    color: #de4333;
    font-weight: 400;
    text-decoration: none;
}

.post-content a:hover  {
    color: #161616;
}

.post-content li {
    margin-bottom: 0.44em;
    padding-left: 3px;
    font-weight: 400;
}

.post-content p {
    margin-bottom: 1.54em;
    line-height: 1.714;
}


.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.textwidget h1,.textwidget h2,.textwidget h3,.textwidget h4,.textwidget h5,.textwidget h6 {
    margin-top: 1.35em;
    margin-bottom: .75em;
    line-height: 1.5;
    font-weight: 700;
}

.post-content h4 {
    font-size: 1.21rem;
}

.post-content h3 {
    font-size: 1.285em;
}

.post-content h5 {
    font-size: 1.107em;
}

p {
    word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
}

::selection {
    background: #e53935;
    color: white;
}

.post-content ul{
    margin-left: 20px;
     margin-top: 28.800px;
      margin-bottom: 28.800px;
  
}

.post-content ul, ol {
    margin-left: 20px;
    list-style-type: disc, none;
     margin: calc(1.54em + .26em) auto, 0 ;
}


.post-content, .textwidget {
color: #de4333;
}
.post-content, .textwidget:hover{
color: #161616
    
}
