/*
 * ALIFY font family map.
 * Install the user-supplied Fontsource packages from ALIFY Settings → Font Packages.
 * Once installed, a generated local stylesheet from wp-content/uploads/alify-fonts/
 * is enqueued before the theme styles. No external font service is used.
 */
:root{
  --co-display:"Space Grotesk","Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --co-body:"Inter","Arial",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --co-mono:"JetBrains Mono","SFMono-Regular",Consolas,"Liberation Mono",monospace;
}
