@viglet/viglet-design-system 2026.2.45 → 2026.2.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/preset.css CHANGED
@@ -19,6 +19,15 @@
19
19
 
20
20
  @custom-variant dark (&:is(.dark *, [data-theme="dark"] *));
21
21
 
22
+ @theme {
23
+ /* UI font — Inter, optimised for screens (dense UI, small sizes). */
24
+ --font-sans: "Inter Variable", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
25
+ /* Brand/display font — Plus Jakarta Sans, reserved for logos and
26
+ display moments (hero headlines, product acronyms). Applied via
27
+ `font-family: var(--font-brand)` on opt-in elements. */
28
+ --font-brand: "Plus Jakarta Sans Variable", "Plus Jakarta Sans", system-ui, sans-serif;
29
+ }
30
+
22
31
  @theme inline {
23
32
  --radius-sm: calc(var(--vg-radius) - 4px);
24
33
  --radius-md: calc(var(--vg-radius) - 2px);