diff --git a/styleguide/assets/default.css b/styleguide/assets/default.css index 2f304004b4..af238dacfd 100644 --- a/styleguide/assets/default.css +++ b/styleguide/assets/default.css @@ -70,6 +70,12 @@ --font-face: system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; --default-font-size: 15px; --font-size-small: 13px; + /* Default text font weight */ + --font-weight-default: 400; + /* Font weight for interactive elements */ + --font-weight-element: 500; + /* Weight for titles and headings */ + --font-weight-heading: 600; /* 1.5 x font-size for accessibility */ --default-line-height: 1.5; --animation-quick: 100ms;