/* Only add overrides for base.css here! */

body {
  /* Antialiased fonts */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}


::selection {
  color: var(--color-text);
}
