/* ── Andaluz theme ──────────────────────────────────────────────
   Warm Mediterranean: terracotta, Cormorant Garamond, arched images.
   This is the default look — variables match the base site.css exactly.
   Override only what you want to change from the base. */

:root {
    --terracotta:      #b95239;
    --terracotta-deep: #8a3a26;
    --bone:            #f1e7d3;
    --bone-2:          #e8dcc2;
    --paper:           #f7f0df;
    --olive:           #5b6444;
    --med:             #2c5a78;
    --gold:            #c79a3a;
    --ink:             #1c1815;
    --ink-2:           #3a322a;
    --muted:           #7a6e5e;
    --serif:           "Cormorant Garamond", Georgia, serif;
    --sans:            "Manrope", system-ui, sans-serif;
    --hand:            "Caveat", cursive;
    --radius-arch:     260px 260px 8px 8px;
}
