@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Force Apple Font Stack */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
input,
button,
.section-title,
.menu-title {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Inter", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.022em;
}

/* Optional: Adjust weights for Apple-like look */
h1,
h2,
strong,
b {
    font-weight: 600 !important;
}