@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Libre+Baskerville:wght@400;700&family=Great+Vibes&display=swap');

header {
    padding: 0.1px 0;
    margin-bottom: 2px;
}

body {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
    background: url('https://www.transparenttextures.com/patterns/paper-fibers.png') repeat;
    background-color: #fdf8f2;
    padding: 20px;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    color: #2a1f14;
    border-left: 5px solid #c9a539;
    padding-left: 12px;
    margin-top: 1.5em;
}

h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #3c3c3c;
}

blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #4a3a2f;
    border-left: 4px solid #c9a539;
    background-color: #fff9ee;
    padding: 10px 20px;
    margin: 1.5em 0;
}

a {
    color: #825c38;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.site-title, .header-title, header h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 2.5em;
    color: #5e4229;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px dashed #c9a539;
    padding-bottom: 10px;
}

button {
    background-color: #c9a539; /* Fond doré */
    color: white;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
    background-color: #a88f2f; /* Doré plus foncé au survol */
    transform: scale(1.05); /* Effet léger de zoom */
}
