/* Minimal, non-invasive polish on top of existing theme */

html {
  scroll-behavior: smooth;
}

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

/* Make the language dropdown a little more polished without changing theme */
.lanq .drop-item {
  cursor: pointer;
}

/* Keep the flag images crisp at small sizes */
.lang-flag,
.drop-image {
  image-rendering: -webkit-optimize-contrast;
}
