body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.single-post .post-tags a,
.single-post .post-categories a {
  pointer-events: none !important;
}
