Skip to content

Commit a126dda

Browse files
committed
Styles: Adjust coveo styling to match branding
1 parent 99559e9 commit a126dda

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
:root {
4040
/* webfonts */
41-
font-family: "Inter var", system-ui, -apple-system, BlinkMacSystemFont,
41+
font-family: var(--font-family), system-ui, -apple-system, BlinkMacSystemFont,
4242
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
4343
sans-serif;
4444
font-feature-settings: "liga" on, "calt" on;
@@ -51,6 +51,7 @@
5151

5252
/* MARK: Variables
5353
*/
54+
--font-family: "Inter var";
5455
--color-brand: 56.6% 0.194 147.7;
5556
--color-brand-300: 0.84 0.0699 157.51;
5657
--color-brand-200: 0.91 0.0406 157.72;
@@ -144,7 +145,7 @@ h6 {
144145

145146
@supports (font-variation-settings: normal) {
146147
:root {
147-
font-family: InterVariable, sans-serif;
148+
--font-family: InterVariable, sans-serif;
148149
}
149150

150151
h1,
@@ -716,10 +717,12 @@ nav {
716717
width: 95vw;
717718
grid-column: 1 / -1;
718719
--atomic-primary: oklch(var(--color-brand));
720+
--atomic-primary-ring: oklch(var(--color-brand));
721+
--atomic-primary-light: oklch(var(--color-brand));
719722
--atomic-border-radius-lg: 0;
720723
--atomic-border-radius-md: 0;
721724
--atomic-border-radius: 0;
722-
--atomic-font-family: inherit;
725+
--atomic-font-family: var(--font-family);
723726
}
724727

725728
atomic-search-interface {

0 commit comments

Comments
 (0)