@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-primary: "Inter", sans-serif}:root[data-theme=light]{--color-background: #ffffff;--color-text: #1a1b25;--color-text-secondary: #666;--color-primary: #4a6cf7;--color-border: rgba(225, 228, 232, .4);--color-shadow: rgba(0, 0, 0, .05);--color-card-shadow: rgba(0, 0, 0, .02);--color-bubble-mine: rgba(74, 108, 247, .9);--color-bubble-other: rgba(255, 255, 255, .8);--color-background-active: rgba(255, 255, 255, .9)}:root[data-theme=dark]{--color-background: #191c27;--color-text: #e1e5ee;--color-text-secondary: #a8b0c5;--color-primary: #6e8efb;--color-border: rgba(65, 70, 90, .6);--color-shadow: rgba(0, 0, 0, .15);--color-card-shadow: rgba(0, 0, 0, .05);--color-bubble-mine: rgba(74, 108, 247, .9);--color-bubble-other: rgba(41, 45, 62, .9);--color-background-active: rgba(42, 46, 60, .9)}*{font-family:var(--font-primary)}body{font-family:var(--font-primary);background-color:var(--color-background);color:var(--color-text);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6,.text-heading{font-family:var(--font-primary);font-weight:700;color:var(--color-text)}p,span,a,div,.text-body{font-family:var(--font-primary);font-weight:400;color:var(--color-text)}.theme-transition{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}
