@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@property --highlight{syntax: "<color>"; initial-value: #f2f2f2; inherits: true;}@property --primary{syntax: "<color>"; initial-value: #edae4c; inherits: true;}@property --secondary{syntax: "<color>"; initial-value: #ff445a; inherits: true;}@property --shadow{syntax: "<color>"; initial-value: #0d0d0d; inherits: true;}@property --bg-clr{syntax: "<color>"; initial-value: #f0f4f8; inherits: true;}@property --txt-clr{syntax: "<color>"; initial-value: #1e293b; inherits: true;}@property --player-pri-clr{syntax: "<color>"; initial-value: #14b8a6; inherits: true;}@property --player-sec-clr{syntax: "<color>"; initial-value: #f97316; inherits: true;}@property --pc-pri-clr{syntax: "<color>"; initial-value: #f43f5e; inherits: true;}@property --pc-sec-clr{syntax: "<color>"; initial-value: #6366f1; inherits: true;}:root{--font-body: "Poppins", sans-serif;--font-display: "Luckiest Guy", cursive}html.dark{--highlight: #0d0d0d;--primary: #edae4c;--secondary: #ff445a;--shadow: #f2f2f2;--bg-clr: #1e293b;--txt-clr: #f0f4f8;--player-pri-clr: #14b8a6;--player-sec-clr: #f97316;--pc-pri-clr: #f43f5e;--pc-sec-clr: #6366f1}body{font-family:var(--font-body);font-weight:400;background-color:var(--bg-clr);color:var(--txt-clr);margin:0}.bold{font-family:var(--font-display)}.btn{font-family:var(--font-display);background-color:var(--player-primary);color:var(--highlight-color);border:none;border-radius:1rem;padding:.75rem 2rem;font-size:1.75rem;font-size:clamp(1rem,5vw,1.75rem);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 10px #0000001a;letter-spacing:1px}.btn:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.btn:active{transform:translateY(0)}.theme-toggle.svelte-o0c1w0{position:fixed;top:1rem;right:1rem;z-index:9999}main.svelte-o0c1w0{display:grid;place-items:center;min-height:100vh}
