/*
 * Self-hosted Instrument Sans + Instrument Serif (GDPR-friendly — no Google request).
 *
 * HOW TO COMPLETE THIS (one time):
 *  1. Download the families from https://fonts.google.com (Instrument Sans,
 *     Instrument Serif) or https://gwfh.mranftl.com to get .woff2 files.
 *  2. Drop these files into this folder (wp-content/themes/walraven/assets/fonts/):
 *       instrument-sans-400.woff2
 *       instrument-sans-500.woff2
 *       instrument-sans-600.woff2
 *       instrument-sans-400-italic.woff2
 *       instrument-sans-600-italic.woff2
 *       instrument-serif-400-italic.woff2
 *  3. Done — the rules below pick them up automatically.
 *
 * Until the files are added, the site falls back to system sans-serif.
 */

@font-face{font-family:'Instrument Sans';src:url('instrument-sans-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Instrument Sans';src:url('instrument-sans-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Instrument Sans';src:url('instrument-sans-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Instrument Sans';src:url('instrument-sans-400-italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:'Instrument Sans';src:url('instrument-sans-600-italic.woff2') format('woff2');font-weight:600;font-style:italic;font-display:swap;}
@font-face{font-family:'Instrument Serif';src:url('instrument-serif-400-italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap;}
