/**
 * Fonts for the static rebuild.
 *
 * The legacy theme references "Product Sans", but those font files are not
 * shipped in this repo (they would live under assets/fonts/). Without them,
 * browsers would request ../fonts/*.ttf from cf-fonts.css and get 404s.
 *
 * We load Open Sans from Google Fonts; theme.css stacks
 * `product sans, open sans, sans-serif`, so text renders in Open Sans.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
