/* Regular weight - used for normal text */
@font-face {
  font-family: 'ServerMono';
  src: url('/fonts/server-mono-6c3f1bbc.woff2') format('woff2'),    /* Best compression, modern browsers */
       url('/fonts/server-mono-b9aa3abe.woff') format('woff'),      /* Good compression, wider support */
       url('/fonts/server-mono-c3513ee1.otf') format('opentype');   /* Largest files, universal support */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Oblique variant - used for italic/oblique text */
@font-face {
  font-family: 'ServerMono';
  src: url('/fonts/server-mono-57e1064a.woff2') format('woff2'),
       url('/fonts/server-mono-57e1064a.woff') format('woff'),
       url('/fonts/server-mono-4075e579.otf') format('opentype');
  font-weight: normal;
  font-style: oblique;
  font-display: swap;
}
