/* Template: Classique Élégant */
.fp-template-classique-elegant {
    --fp-bg: #faf8f5;
    --fp-accent: #d4a574;
    --fp-text: #2c2c2c;
    --fp-font: 'Playfair Display', serif;
}

.fp-template-classique-elegant .fp-inner {
    background: var(--fp-bg);
}

.fp-template-classique-elegant .fp-border {
    border-style: double;
    border-width: 4px;
}

.fp-template-classique-elegant .fp-title {
    font-style: italic;
    letter-spacing: 2px;
}

.fp-template-classique-elegant .fp-subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-style: normal;
}

.fp-template-classique-elegant .fp-date {
    font-weight: 400;
    font-style: italic;
}
