@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

* { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-feature-settings: "cv11","ss01"; }
button, .button, a.button { font-weight: 600 !important; letter-spacing: -0.01em; }
[class*="card"], [class*="product"] { transition: transform 120ms ease, box-shadow 120ms ease; }
[class*="card"]:hover { transform: translateY(-2px); }
[class*="price"], .price { font-feature-settings: "tnum"; font-weight: 700; }
nav a, header a { letter-spacing: -0.005em; }
