/* Optional licensed typeface setup.
 * The working site uses Inter via its official public stylesheet (see index.html).
 * No font binaries are bundled. No Mobbin font files are copied or hotlinked.
 * Mobbin's M Saans is not the typeface currently used by this build.
 * To use a font covered by YOUR web licence, add the correct @font-face here
 * and change --font-sans. Use only weights supplied by the licensed font.
 * Example, intentionally inactive (replace the URL before enabling):
 *
 * @font-face {
 *   font-family: "Brandorbit Licensed Sans";
 *   src: url("YOUR-LICENSED-WEBFONT-URL") format("woff2");
 *   font-style: normal;
 *   font-weight: 100 900;
 *   font-display: swap;
 * }
 * :root { --font-sans: "Brandorbit Licensed Sans", InterVariable, Inter, sans-serif; }
 */
