@font-face {
  font-family: "MesloLGS Nerd Font";
  src: url("../assets/fonts/MesloLGMNerdFont-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Target code blocks specifically */
code,
pre,
kbd,
samp {
  /* We add Meslo at the front of the list */
  font-family:
    "MesloLGS Nerd Font", SFMono-Regular, Consolas, Menlo, monospace !important;
}

/* Add more spacing above the "Last updated" section */
.md-source-file {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--md-default-fg-color--lightest);
}
