 body {
    background-color: var(--bs-body-bg);
    color: #555;
    font-family: Lato,sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .site {
    position: relative;
    overflow: hidden;
}
 h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}
 p {
    margin: 0 0 15px;
}
 

