/* QTag local fonts — removes the Google Fonts dependency.
 *
 * By default this uses a high-quality system font stack that closely
 * resembles Inter / JetBrains Mono, so the site is fully self-contained
 * and never blocks on an external request.
 *
 * OPTIONAL — pixel-perfect Inter: drop the .woff2 files into
 * assets/fonts/ (inter-400.woff2 … inter-900.woff2, jetbrains-400.woff2,
 * jetbrains-600.woff2) and uncomment the @font-face blocks below.
 * Download them once from https://fonts.google.com (Inter, JetBrains Mono)
 * or https://gwfh.mranftl.com/fonts — no code changes needed elsewhere.
 */

:root {
  --qt-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --qt-font-mono: "JetBrains Mono", "DM Mono", ui-monospace, SFMono-Regular,
    Menlo, Consolas, "Liberation Mono", monospace;
}

/*
-- Uncomment after adding the .woff2 files to assets/fonts/ --

@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/inter-400.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("fonts/inter-500.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/inter-600.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("fonts/inter-700.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url("fonts/inter-800.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url("fonts/inter-900.woff2") format("woff2");}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/jetbrains-400.woff2") format("woff2");}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/jetbrains-600.woff2") format("woff2");}
*/
