/* Extra face beyond the core assets/css/fonts.css set. Playfair Display 600
   is only rendered by .bookcard strong, the mobile "open the menu" card that
   exists on menu.html only. Kept out of the core file so the other 4 pages
   aren't charged its bytes by check_budget.py. Same subset range as fonts.css. */
@font-face{
  font-family:'Playfair Display';font-style:normal;font-weight:600;font-display:swap;
  src:url('../fonts/playfair-display-600.woff2') format('woff2');
}
