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

body {
    font-family: 'Inter', sans-serif;
}

main a {
  color: rgb(59, 130, 246); /* blue-500 */
  text-decoration: underline;
  text-underline-offset: 2px;
}

main a:hover {
  color: rgb(29, 78, 216); /* blue-700 */
}

