/* Host these files and include this stylesheet in your <head>:
   <link rel="stylesheet" href="https://YOUR-NETLIFY-SITE.netlify.app/fonts.css">
*/
@font-face {
  font-family: "Shiseido Neue";
  src: url("./ShiseidoNeue.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Example usage */
body {
  font-family: "Shiseido Neue", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}