/* ========================================================
   LOCAL FONT DECLARATIONS
   WOFF2 compressed variable fonts with TTF fallback
   Savings: 377KB (54% reduction) vs TTF alone
   ======================================================== */

@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader.woff2') format('woff2'),
       url('../fonts/newsreader.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans.woff2') format('woff2'),
       url('../fonts/dm-sans.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
