/* Custom Styles for Steak Hache Page */
/* Custom Cursor */
.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
    display: none;
}
.cursor-dot { width: 8px; height: 8px; background-color: #1e4d3b; }
.cursor-outline { width: 40px; height: 40px; border: 1px solid #1e4d3b; transition: all 0.2s; }
body.hovering .cursor-outline { width: 60px; height: 60px; background-color: rgba(30, 77, 59, 0.1); border-color: transparent; }

/* Ensure colors are correct (overrides) */
.text-lenri-gold { color: #c5a059 !important; }
.border-lenri-gold { border-color: #c5a059 !important; }
.bg-lenri-gold { background-color: #c5a059 !important; }
.bg-lenri-dark { background-color: #2c251e !important; }
.text-lenri-dark { color: #2c251e !important; }
.text-lenri-sapin { color: #1e4d3b !important; }
.bg-lenri-sapin { background-color: #1e4d3b !important; }
