/* Brand font matching */
body, * {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}