|
38 | 38 |
|
39 | 39 | :root {
|
40 | 40 | /* webfonts */
|
41 |
| - font-family: "Inter var", system-ui, -apple-system, BlinkMacSystemFont, |
| 41 | + font-family: var(--font-family), system-ui, -apple-system, BlinkMacSystemFont, |
42 | 42 | "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
|
43 | 43 | sans-serif;
|
44 | 44 | font-feature-settings: "liga" on, "calt" on;
|
|
51 | 51 |
|
52 | 52 | /* MARK: Variables
|
53 | 53 | */
|
| 54 | + --font-family: "Inter var"; |
54 | 55 | --color-brand: 56.6% 0.194 147.7;
|
55 | 56 | --color-brand-300: 0.84 0.0699 157.51;
|
56 | 57 | --color-brand-200: 0.91 0.0406 157.72;
|
|
144 | 145 |
|
145 | 146 | @supports (font-variation-settings: normal) {
|
146 | 147 | :root {
|
147 |
| - font-family: InterVariable, sans-serif; |
| 148 | + --font-family: InterVariable, sans-serif; |
148 | 149 | }
|
149 | 150 |
|
150 | 151 | h1,
|
@@ -716,10 +717,12 @@ nav {
|
716 | 717 | width: 95vw;
|
717 | 718 | grid-column: 1 / -1;
|
718 | 719 | --atomic-primary: oklch(var(--color-brand));
|
| 720 | + --atomic-primary-ring: oklch(var(--color-brand)); |
| 721 | + --atomic-primary-light: oklch(var(--color-brand)); |
719 | 722 | --atomic-border-radius-lg: 0;
|
720 | 723 | --atomic-border-radius-md: 0;
|
721 | 724 | --atomic-border-radius: 0;
|
722 |
| - --atomic-font-family: inherit; |
| 725 | + --atomic-font-family: var(--font-family); |
723 | 726 | }
|
724 | 727 |
|
725 | 728 | atomic-search-interface {
|
|
0 commit comments