/* =================================================
   tuterraceo.es — Core: Layout Base
   Estilos globales de body y html
   ================================================= */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f5f5f5;
}

/* Issues #176/#177: footer global con enlaces a paginas legales. */
.legal-footer {
    text-align: center;
    padding: 1.25rem 1rem;
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
}

.legal-footer a {
    color: #6b7280;
    text-decoration: none;
    margin: 0 0.4rem;
}

.legal-footer a:hover,
.legal-footer a:focus {
    color: #2563eb;
    text-decoration: underline;
}
