/*
Theme Name: irene-minimal
Theme URI: https://thingsburiedthingsborn.com
Description: A clean, minimal, typography-first theme for writing.
Author: Irene
Version: 1.0
*/

/* ————————————————
   GLOBAL TYPOGRAPHY
——————————————— */

/* Body copy – Georgia serif */
body {
    font-family: Georgia, serif;
    color: #111;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.65;
}

/* Site Title – Cormorant Garamond */
.site-title a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #111;
}

/* Headings – Work Sans */
h1, h2, h3 {
    font-family: 'Work Sans', sans-serif;
    color: #111;
    font-weight: 400;
    margin-top: 2.5rem;
    margin-bottom: 1.4rem;
    letter-spacing: 0.01em;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.3rem; }

/* ————————————————
   HEADER + MENU
——————————————— */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem;
}

/* Menu links */
header nav a {
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    color: #111;
    margin-left: 2rem;
    font-size: 1.05rem;
}

/* Menu order: Home — Words — About */
header nav {
    display: flex;
    gap: 2rem;
}

/* ————————————————
   CONTENT AREA
——————————————— */

.content {
    padding: 4rem 3rem;
    max-width: 900px;
}

.page-body {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* ————————————————
   FOOTER
——————————————— */

footer {
    padding: 2rem 3rem;
    text-align: left;
    font-size: 0.9rem;
    color: #444;
}
