@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#0a1a0a;min-height:100vh;font-family:Inter,system-ui,sans-serif}#root{background-image:url(/golf-bg.jpg);background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh}input,select,textarea,button{font-family:Inter,system-ui,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}
