/* Styles frontend pour 50 Nuances de Trek */

/* Variables CSS */
:root {
    --trek-primary: #2c5530;
    --trek-secondary: #4a7c59;
    --trek-accent: #8fbc8f;
    --trek-light: #f0f8f0;
    --trek-dark: #1e3a21;
    --trek-text: #333;
    --trek-border: #ddd;
}

/* Styles de base */
.nuances-trek {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--trek-text);
}

.nuances-trek h1,
.nuances-trek h2,
.nuances-trek h3 {
    color: var(--trek-dark);
}

.nuances-trek a {
    color: var(--trek-primary);
    text-decoration: none;
}

.nuances-trek a:hover {
    color: var(--trek-dark);
}
