/* Typography */
body {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2e2e2e;
    max-width: 760px;
    margin: 50px auto;
    padding: 0 20px;
    background-color: #faf9f7;
}

/* Headings */
h1 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e1e1e;
}

h2 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1e1e1e;
}

/* Links */
a {
    color: #4a5bcc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Navigation */
nav {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

nav a {
    margin-right: 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

/* Paragraph spacing */
p {
    margin-bottom: 20px;
}

/* Page layout enhancement */
body {
    background: #f5f4f2;
}

/* Optional subtle shadow for depth */
.container {
    background: white;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Image styling if you add some later */
img {
    max-width: 100%;
    border-radius: 4px;
    margin: 20px 0;
}

/* Footer (optional) */
footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #666;
}
