/*
Theme Name: ObjectifOr
Theme URI: https://objectifor.fr
Author: ObjectifOr
Description: Thème premium luxe pour le marché de l'or
Version: 1.2
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;500;600&display=swap');

body {
    font-family: 'Inter', system-ui, sans-serif !important;
    background-color: #0a0a0a;
    color: #e5e5e5;
}

h1, h2, h3, .heading-font {
    font-family: 'Playfair Display', serif !important;
}

/* Hero - Amélioration forte */
.hero-bg {
    background: linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.95)), 
                url('https://images.unsplash.com/photo-1610374792793-f016b77ca51a?q=80&w=2070') center/cover no-repeat fixed !important;
    min-height: 100vh;
}

/* Couleur Or améliorée */
.gold-text, #gold-price {
    color: #f5d07a !important;
    text-shadow: 0 0 20px rgba(245, 208, 122, 0.5);
}

/* Amélioration Navbar */
.site-logo, .custom-logo {
    filter: brightness(1.1);
}

/* Cartes */
.bg-zinc-900 {
    background-color: #111111 !important;
    border: 1px solid #d4af37 !important;
    border-opacity: 0.3;
}

.bg-zinc-900:hover {
    border-color: #f5d07a !important;
    transform: translateY(-8px);
}

/* Prix en gros */
#gold-price {
    font-size: 4.5rem !important;
    font-weight: 700;
}

/* Boutons */
button, .btn {
    transition: all 0.3s ease;
}