/* SmartStruct — fonts shim
 *
 * The codebase loads fonts directly from Google Fonts (no vendored TTFs).
 * This file mirrors the same import so any HTML can pull in the brand fonts
 * with one <link rel="stylesheet" href="fonts/fonts.css">.
 *
 * SUBSTITUTION FLAG → if you want offline / vendored TTFs, please drop the
 * Tajawal and JetBrains Mono font files into this folder and replace the
 * @import below with @font-face blocks pointing at them.
 */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=JetBrains+Mono:wght@400;600;700&display=swap');
