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

/* css styles */

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}

main.content {
  max-width: 780px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.navbar-brand { font-weight: 700; }
.quarto-title-block .description { color: #666; }
#title-block-header .title { text-align: center; }