
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0;
    padding: 0;
    
}
h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    line-height: 1.5 !important;
    font-weight: 700; 
}

p {
    margin: 0 0 .5em;             /* Space below paragraphs */
}

a {
    color: #0073e6;              /* Clean link color */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;  /* Hover effect */
}


