/*
 * Stakr Default Theme - Font Definitions
 *
 * Default fonts (loaded via Google Fonts in index.html):
 * - DM Sans: Body text, headings, UI elements
 * - Space Mono: Monospace text, stats, code
 *
 * CSS Variables (defined in EstimatorTool.css):
 * - --tme-ff-inter: "DM Sans" (body/UI font)
 * - --tme-ff-heading: "DM Sans" (heading font)
 * - --tme-ff-mono: "Space Mono" (monospace font)
 *
 * Tenants can override by mounting their own fonts.css that:
 * 1. Loads different fonts via @font-face or @import
 * 2. Overrides the CSS variables with their font families
 *
 * Example tenant override:
 * @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
 * :root {
 *   --tme-ff-inter: "Roboto", sans-serif;
 *   --tme-ff-heading: "Roboto", sans-serif;
 * }
 */
