/* =========================
   Base text
   ========================= */

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
        sans-serif;
    color: var(--ink);
    background: var(--bg);
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: 0.01em;
}

h1 {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
}
h2 {
    font-size: 1.5rem;
    font-weight: 500;
}
h3 {
    font-size: 1.15rem;
}

a {
    color: inherit;
}
a:hover {
    text-decoration: underline;
}

/* =========================
   Utilities
   ========================= */

.font-serif {
    font-family: "Cormorant Garamond", Georgia, serif;
}
