/* === BODY TEXT / PARAGRAPHS === */
body, p, li, span {
    font-family: 'Roboto', sans-serif; /* Clean, readable font */
    font-weight: 400; /* Regular weight for body text */
    font-size: 16px; /* Default readable size */
    line-height: 1.6; /* Comfortable line spacing */
    color: #EAEAEA; /* Light gray for dark background */
}

/* Optional: spacing between paragraphs */
p {
    margin-bottom: 1.2em;
}

/* Optional: list spacing */
li {
    margin-bottom: 0.8em;
}