/* ChciHry.cz - tokens.css
   Jednotny zdroj pravdy pro vizualni identitu webu: design tokeny + reset + font fallback.
   Nacita se PRED styles.css i pred hernimi CSS. Bez komponent. */
@font-face {
    font-family: 'Montserrat-fallback';
    src: local('Arial');
    size-adjust: 112.5%; ascent-override: 86%; descent-override: 22%; line-gap-override: 0%;
}
:root {
    color-scheme: light only;
    --primary: #D4AF37; --primary-dark: #B8941F;
    --secondary: #2D5016; --accent: #C9302C;
    --success: #5CB85C; --warning: #F0AD4E; --danger: #D9534F;
    --surface: #0F172A; --surface-dark: #020617; --surface-light: #1E293B;
    --surface-glass: rgba(15, 23, 42, 0.8);
    --text-primary: #F8FAFC; --text-secondary: #CBD5E1; --text-muted: #64748B;
    --gold-border: rgba(212, 175, 55, 0.2);
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.15);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.2);
    --shadow-xl: 0 20px 40px rgba(0,0,0,0.25);
    --shadow-glow: 0 0 30px rgba(212,175,55,0.3);
    --transition-fast: 150ms cubic-bezier(0.4,0,0.2,1);
    --transition-base: 250ms cubic-bezier(0.4,0,0.2,1);
    --transition-slow: 350ms cubic-bezier(0.4,0,0.2,1);
    --transition-bounce: 300ms cubic-bezier(0.68,-0.55,0.265,1.55);
    --radius-sm: 0.375rem; --radius-md: 0.5rem; --radius-lg: 0.75rem;
    --radius-xl: 1rem; --radius-2xl: 1.5rem;
    --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem;
    --space-4: 1rem; --space-6: 1.5rem; --space-8: 2rem;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
