/*
 * 100 Tasks AI — Fonts
 * Loads Montserrat (300/400/500/600/700) from Google Fonts.
 *
 * NOTE: For production renders (Lambda, sandboxed environments), download
 * the .woff2 files into brand/fonts/ and replace the @import below with
 * @font-face declarations pointing at local files. HyperFrames embeds local
 * fonts into every render automatically.
 *
 * Usage:
 *   <link rel="stylesheet" href="../brand/fonts.css">
 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
