/* Base typography */
body {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    padding: 0;
    color: #222;
    background: #fafafa;
}

/* Page wrapper for nice width + centering */
.about-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Headings */
h1, h2, h3 {
    font-weight: 600;
    margin-top: 0;
    color: #004a8f; /* USAID-like deep blue */
}

h1 {
    font-size: 34px;
    margin-bottom: 10px;
}

h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 8px;
}

/* Paragraphs */
p {
    margin: 16px 0;
}

/* Lists */
ul {
    margin: 16px 0 16px 20px;
    padding: 0;
}

ul li {
    margin: 8px 0;
}

/* Links */
a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

/* Horizontal rule (optional decoration) */
hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 32px 0;
}

/* If you include a footer section */
.footer {
    margin-top: 60px;
    font-size: 16px;
    color: #555;
    text-align: center;
}
