@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

html, body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  color: #0a0a0a;
}

input, select, textarea, button {
  font-family: inherit;
}

.no-tap-highlight {
  -webkit-tap-highlight-color: transparent;
}

.scroll-shadow {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.bg-stripes {
  background: repeating-linear-gradient(
    45deg,
    #f5f5f5,
    #f5f5f5 8px,
    #fafafa 8px,
    #fafafa 16px
  );
}
