/* ===========================================================================
   Brand fonts — the exact typefaces used on ramblinmanbar.com, self-hosted.
     MD Nichrome — display / headings (variable weight)
     MD Primer   — body text (weights 300–700)
   Font files live in /public/fonts and are served locally, so there's no
   dependency on Google Fonts or any third party.
   =========================================================================== */

@font-face {
  font-family: 'MD Nichrome';
  src: url('/fonts/md-nichrome.woff2') format('woff2');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
  text-rendering: geometricPrecision;
}

@font-face {
  font-family: 'MD Primer';
  src: url('/fonts/md-primer-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MD Primer';
  src: url('/fonts/md-primer-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MD Primer';
  src: url('/fonts/md-primer-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MD Primer';
  src: url('/fonts/md-primer-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MD Primer';
  src: url('/fonts/md-primer-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
