/* Explain: Casino Royale theme - deep felt green with luxurious gold accents */
:root {
    /* Primary - Casino Gold */
    --primary-color: #d4af37;
    --primary-hover: #f0c75e;
    --primary-dark: #8b7321;

    /* Secondary & Accent */
    --secondary-color: #b8941f;
    --accent-color: #f0c75e;
    --accent-deep: #c9a227;

    /* Background - Deep Felt Green */
    --background-color: #0a3d2e;
    --background-secondary: #052218;
    --background-tertiary: #0f4d3c;
    --background-card: #0d4736;
    --background-elevated: #155a45;

    /* Text - Warm Cream */
    --text-color: #f5e9d0;
    --text-muted: #b8a980;
    --text-soft: #d4c8a8;

    /* Border - Gold */
    --border-color: #8b7321;
    --border-soft: #3d5a4a;

    /* Fonts */
    --font-heading: 'Rubik', sans-serif;
    --font-body: 'Rubik', sans-serif;
}
