/* Self-hosted. The page makes zero third-party font requests.
 * Archivo Black + Archivo + Pacifico, all SIL Open Font License 1.1.
 *
 * Pacifico is the script accent. The client's own graphics set one word per
 * headline in script against bold caps ("WHY Watermelon WORLD?"), and the menu
 * board wordmark does the same. It is the strongest anti-template device the
 * brand already owns.
 */
@font-face {
  font-family: 'Archivo Black';
  src: url('/fonts/archivo-black.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-var.woff2') format('woff2-variations');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Pacifico';
  src: url('/fonts/pacifico.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
