@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Inconsolata:wght@400;500&display=swap');

body {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 20px;
}

code, pre, kbd {
  font-family: 'Inconsolata', monospace;
}

a {
  color: #4a7a9b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
