@font-face {
  font-family: "Inter";
  src: url(/assets/inter.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: "Inter", sans-serif;
}
header {
    margin-bottom: 12px;
    border-bottom: 1px solid #d0d7de;
}
.port-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
h2 {
    font-weight:600;
}
h3.logo {
    margin-bottom: 0px;
    background-color: #f6f8fa;
    width: fit-content;
}
h4.logo {
    margin:0;
    font-weight: 100;
    margin-bottom:8px;
}
.trix-content blockquote,
trix-editor blockquote {
  background-color: #f3f4f6;
  border: none;
  border-radius: 6px;
  padding: 4px;
  margin: 1rem 0;
  color: inherit;
  width:fit-content;
  font-family: monospace;
  border: 1px solid #d0d7de;
}
.project-links {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(15, min-content);
  grid-auto-columns: 1fr;
  gap: 8px 30px;
}
