/* Template: Chic Doré */
.fp-template-chic-dore {
    --fp-bg: #1a1a2e;
    --fp-accent: #d4af37;
    --fp-text: #e8e0d0;
    --fp-font: 'Cormorant Garamond', serif;
}

.fp-template-chic-dore .fp-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.fp-template-chic-dore .fp-subtitle {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    opacity: 0.6;
}

.fp-template-chic-dore .fp-date {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
}

.fp-template-chic-dore .fp-border {
    border-color: var(--fp-accent);
    border-width: 1px;
    opacity: 0.3;
}

.fp-template-chic-dore .fp-photo {
    border-color: var(--fp-accent);
    border-width: 2px;
}

.fp-template-chic-dore .fp-custom-text {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.fp-template-chic-dore .fp-details,
.fp-template-chic-dore .fp-parents,
.fp-template-chic-dore .fp-location {
    color: var(--fp-text);
}
