@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background: #f6f8fa;
}

a {
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.9;
}
