:root {
    /* The Infrasphere Theme (Frozen Horror) */
    /* Infrasphere Colors palette */
    --color-frozen-pale: #E0F2F7;
    --color-frozen-mid: #9BC0CE;
    --color-frozen-teal: #2C5F63;
    --color-infra-black: #1A1A1A;

    --bg-color: #050505;
    /* Frozen Black */
    --bg-secondary: #0f172a;
    /* Slate 900 */
    --text-primary: #f8fafc;
    /* Slate 50 */
    --text-secondary: #94a3b8;
    /* Slate 400 */
    --accent-color: #3b82f6;
    /* Blue 500 */
    --accent-hover: #60a5fa;
    /* Blue 400 */
    --border-color: rgba(148, 163, 184, 0.2);
    /* Slate 400 at 0.2 opacity */

    --sidebar-width: 280px;
    /* Typography: modern gothic */
    --font-heading: 'Cinzel', Georgia, serif;
    --font-body: 'Cormorant Garamond', 'Literata', Georgia, serif;
    --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    /* Glassmorphism */
    --glass-bg: rgba(5, 5, 5, 0.8);
    --glass-border: rgba(148, 163, 184, 0.1);
    --glass-blur: 12px;
    --glass-noise: none;
    /* No noise for sleek look */

    /* Animation Tokens */
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}