@font-face {
  font-family: 'nordfont';
  src: url('nordfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "nordfont", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "nordfont", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

code,
pre {
  font-family: "nordfont", Arial, Helvetica, sans-serif, Courier, monospace;
  font-size: 0.9rem;
  padding: 1rem;
}