/* Maps "Google Sans" family name for the app.
   Google Sans is proprietary and not on Google Fonts.
   These faces use Product Sans files (same Google family lineage) via CDN.
   For production, replace src URLs with your licensed self-hosted .woff2 files. */

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Google Sans"), local("Product Sans"),
    url("https://fonts.cdnfonts.com/s/14955/ProductSans-Regular.woff")
      format("woff");
}

@font-face {
  font-family: "Google Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Google Sans"), local("Product Sans"),
    url("https://fonts.cdnfonts.com/s/14955/ProductSans-Italic.woff")
      format("woff");
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Google Sans Medium"), local("Product Sans Medium"),
    url("https://fonts.cdnfonts.com/s/14955/ProductSans-Medium.woff")
      format("woff");
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Google Sans Bold"), local("Product Sans"),
    url("https://fonts.cdnfonts.com/s/14955/ProductSans-Bold.woff")
      format("woff");
}
