/* Inter Variable Font (self-hosted) */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-VariableFont.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Body font */
body {
  font-family: 'Inter', sans-serif;
}

/* Monospace for code in Markdown content */
code, pre, kbd, samp {
  font-family: ''Consolas'', ''Monaco'', ''Courier New'', monospace;
}