/* === Font Definitions === */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/static/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/static/CormorantGaramond-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/static/CormorantGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/static/CormorantGaramond-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* === Base Styles === */
body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    line-height: 1.7;
    background-color: #fff;
    color: #111;
    margin: 0;
    padding: 0;
}

/* === Header === */
header {
    text-align: center;
    padding: 2em 1em;
    border-bottom: 1px solid #ccc;
}

h1 {
    font-size: 2.5em;
    margin: 0.2em 0;
    letter-spacing: 0.5px;
    font-weight: 700;
}

header p {
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 0.5em;
}

/* === Main Content === */
main {
    max-width: 700px;
    margin: 0 auto;
    padding: 2em 1em;
}

h2 {
    font-size: 1.6em;
    margin-top: 2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.2em;
    font-weight: 700;
}

p {
    margin: 0.5em 0 1.5em;
    font-weight: 400;
}

/* === Lists === */
ul {
    list-style-type: square;
    margin-left: 1.5em;
    padding-left: 0;
}

/* === Footer === */
footer {
    text-align: center;
    font-size: 0.9em;
    color: #666;
    padding: 2em 1em;
    border-top: 1px solid #ccc;
}
