/* Eturing Co — tenant-specific style layer, differentiates from the shared engine template's base look */
:root {
    --spn-radius: 10px;
    --spn-heading-font: Georgia, 'Times New Roman', serif;
}
h1, h2, h3 {
    font-family: var(--spn-heading-font);
    letter-spacing: -0.01em;
}
.spn-header {
    box-shadow: 0 2px 10px rgba(21, 61, 44, 0.18);
    border-bottom: 3px solid var(--spn-accent);
}
.spn-card, .spn-faq-item, .spn-editor-notes {
    border-radius: var(--spn-radius);
}
.spn-hero-banner img {
    border-radius: 0 0 var(--spn-radius) var(--spn-radius);
}
a {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.spn-nav a {
    font-family: var(--spn-heading-font);
    font-style: italic;
}
