/* Shape Sprint — custom styles */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smooth sidebar transitions */
#sidebar {
  transition: all 0.3s ease;
}

/* Focus rings consistent with brand */
input:focus,
button:focus {
  outline: none;
}
