/* Canto Católico — public page brand overrides (stored in setting appearance.public.custom_css) */

body { background: #f6f3f0; color: #1a1a1a; }

/* Serif purple headings */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, 'Times New Roman', serif;
    color: #52374e;
    font-weight: 400;
}

/* Links + buttons in brand purple/gold */
a { color: #52374e; }
a:hover { color: #C68B31; }
.button { background: #52374e; }
.button:hover { background: #3f2a3c; }
.button.button-outline { border-color: #52374e; color: #52374e; }
.button.button-outline:hover { background-color: #52374e; border-color: #52374e; color: #fff; }
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus {
    border-color: #52374e;
}

/* Header: dark logo on white, centered */
.cc-header { text-align: center; padding: 18px 20px 22px; }
.cc-header .cc-logo { width: 260px; max-width: 82%; height: auto; }

/* Footer */
.cc-footer { text-align: center; color: #7a7a7a; }
.cc-footer a { color: #52374e; }
.cc-footer .cc-org {
    color: #b0a99f; text-transform: uppercase; letter-spacing: 0.06em; font-size: 11px;
}
