foundry-component-library 0.2.0 → 0.2.2

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.
Files changed (37) hide show
  1. package/lib/components/AgencyNumbers/styles.module.scss +3 -0
  2. package/lib/components/Awards/styles.module.scss +1 -0
  3. package/lib/components/Capabilities/index.tsx +1 -1
  4. package/lib/components/Capabilities/styles.module.scss +3 -0
  5. package/lib/components/CaseStudyTeaser/styles.module.scss +3 -0
  6. package/lib/components/ContactTeaser/styles.module.scss +2 -0
  7. package/lib/components/DoubleTiles/styles.module.scss +1 -0
  8. package/lib/components/Footer/styles.module.scss +1 -0
  9. package/lib/components/Header/styles.module.scss +2 -0
  10. package/lib/components/Hero/styles.module.scss +1 -1
  11. package/lib/components/HubsAccordion/styles.module.scss +5 -0
  12. package/lib/components/ImageTitle/styles.module.scss +1 -0
  13. package/lib/components/LargeText/styles.module.scss +1 -0
  14. package/lib/components/Management/styles.module.scss +1 -0
  15. package/lib/components/MarketingStats/styles.module.scss +1 -0
  16. package/lib/components/NewsTeaser/styles.module.scss +5 -0
  17. package/lib/components/OfficesTeaser/styles.module.scss +2 -0
  18. package/lib/components/QuoteSection/styles.module.scss +2 -0
  19. package/lib/components/ServiceHubsTeaser/styles.module.scss +2 -0
  20. package/lib/components/TeamPhotos/styles.module.scss +1 -0
  21. package/lib/components/TextSection/styles.module.scss +1 -0
  22. package/lib/components/Tiles/styles.module.scss +2 -0
  23. package/lib/components/_variables.scss +4 -1
  24. package/lib/components/case/Content/Results/styles.module.scss +1 -0
  25. package/lib/components/case/Content/styles.module.scss +1 -0
  26. package/lib/components/case/Other/styles.module.scss +3 -0
  27. package/lib/components/case/Top/styles.module.scss +6 -1
  28. package/lib/components/cases/Items/styles.module.scss +2 -0
  29. package/lib/components/cases/Top/styles.module.scss +7 -1
  30. package/lib/components/contact/Accounts/styles.module.scss +2 -0
  31. package/lib/components/contact/Contacts/index.tsx +30 -2
  32. package/lib/components/contact/Contacts/styles.module.scss +24 -0
  33. package/lib/components/contact/Offices/styles.module.scss +1 -0
  34. package/lib/components/news/Posts/styles.module.scss +3 -0
  35. package/lib/components/single/Other/styles.module.scss +1 -0
  36. package/lib/components/single/Top/styles.module.scss +2 -1
  37. package/package.json +1 -1
@@ -25,6 +25,7 @@
25
25
  margin-bottom: 36px;
26
26
  white-space: pre-wrap;
27
27
  line-height: 1.2;
28
+ font-family: $font-secondary;
28
29
 
29
30
  @media #{$QUERY-sm} {
30
31
  font-size: 28px;
@@ -82,6 +83,7 @@
82
83
  .number {
83
84
  font-size: 42px;
84
85
  margin-bottom: 5px;
86
+ font-family: $font-secondary;
85
87
 
86
88
  @media #{$QUERY-sm} {
87
89
  font-size: 36px;
@@ -90,6 +92,7 @@
90
92
 
91
93
  .description {
92
94
  font-size: 22px;
95
+ font-family: $font-secondary;
93
96
 
94
97
  @media #{$QUERY-sm} {
95
98
  font-size: 16px;
@@ -13,6 +13,7 @@
13
13
  color: $color-brown;
14
14
  margin-bottom: 64px;
15
15
  line-height: 1.3;
16
+ font-family: $font-secondary;
16
17
 
17
18
  @media #{$QUERY-sm} {
18
19
  font-size: 28px;
@@ -33,7 +33,7 @@ const Capabilities = ({
33
33
  key={item.heading}
34
34
  title={item.heading}
35
35
  text={item.text}
36
- cases={item.cases}
36
+ cases={item.cases || []}
37
37
  active={active}
38
38
  setActive={setActive}
39
39
  Link={Link}
@@ -4,6 +4,7 @@
4
4
  font-size: 42px;
5
5
  margin-bottom: 64px;
6
6
  color: $color-brown;
7
+ font-family: $font-secondary;
7
8
  }
8
9
 
9
10
  .items {
@@ -38,6 +39,7 @@
38
39
 
39
40
  .title {
40
41
  font-size: 34px;
42
+ font-family: $font-secondary;
41
43
 
42
44
  @media #{$QUERY-md} {
43
45
  font-size: 18px;
@@ -170,6 +172,7 @@
170
172
  justify-content: space-between;
171
173
  align-items: baseline;
172
174
  gap: 10px;
175
+ font-family: $font-secondary;
173
176
 
174
177
  svg {
175
178
  flex-shrink: 0;
@@ -13,6 +13,7 @@
13
13
  font-size: 42px;
14
14
  color: $color-brown;
15
15
  margin-bottom: 64px;
16
+ font-family: $font-secondary;
16
17
 
17
18
  @media screen and (max-width: $screen-sm) {
18
19
  font-size: 28px;
@@ -82,6 +83,7 @@
82
83
  .caption {
83
84
  text-transform: uppercase;
84
85
  font-size: 20px;
86
+ font-family: $font-secondary;
85
87
  }
86
88
 
87
89
  .title {
@@ -89,6 +91,7 @@
89
91
  margin-bottom: 40px;
90
92
  line-height: 1.2;
91
93
  width: 300px;
94
+ font-family: $font-secondary;
92
95
 
93
96
  @media screen and (max-width: $screen-sm) {
94
97
  font-size: 31px;
@@ -26,6 +26,7 @@
26
26
  margin-bottom: 24px;
27
27
  white-space: pre-wrap;
28
28
  line-height: 1.1;
29
+ font-family: $font-secondary;
29
30
 
30
31
  @media #{$QUERY-sm} {
31
32
  font-size: 32px;
@@ -43,6 +44,7 @@
43
44
  .text {
44
45
  font-size: 20px;
45
46
  margin-bottom: 48px;
47
+ font-family: $font-secondary;
46
48
 
47
49
  @media #{$QUERY-sm} {
48
50
  font-size: 16px;
@@ -78,6 +78,7 @@
78
78
  .heading {
79
79
  font-size: 42px;
80
80
  margin-bottom: 42px;
81
+ font-family: $font-secondary;
81
82
 
82
83
  @media #{$QUERY-sm} {
83
84
  font-size: 28px;
@@ -52,6 +52,7 @@
52
52
  .logoText {
53
53
  font-size: 24px;
54
54
  margin-bottom: 48px;
55
+ font-family: $font-secondary;
55
56
 
56
57
  @media screen and (max-width: $screen-sm) {
57
58
  display: none;
@@ -143,6 +143,7 @@
143
143
  a {
144
144
  display: inline-block;
145
145
  font-size: 42px;
146
+ font-family: $font-secondary;
146
147
 
147
148
  &.active,
148
149
  &:hover {
@@ -155,6 +156,7 @@
155
156
  font-weight: 500;
156
157
  font-size: 20px;
157
158
  color: $color-brown;
159
+ font-family: $font-secondary;
158
160
 
159
161
  a {
160
162
  border-bottom: solid 1px $color-yellow-shade;
@@ -69,7 +69,7 @@
69
69
  font-size: 200px;
70
70
  font-weight: 400;
71
71
  color: $color-white;
72
- font-family: $font-secondary;
72
+ font-family: $font-special;
73
73
 
74
74
  @media screen and (max-width: $screen-md) {
75
75
  font-size: 120px;
@@ -55,6 +55,7 @@
55
55
  .title {
56
56
  font-size: 42px;
57
57
  width: 360px;
58
+ font-family: $font-secondary;
58
59
 
59
60
  @media #{$QUERY-md} {
60
61
  width: 320px;
@@ -71,6 +72,7 @@
71
72
  .text {
72
73
  font-size: 34px;
73
74
  width: 600px;
75
+ font-family: $font-secondary;
74
76
 
75
77
  @media #{$QUERY-md} {
76
78
  font-size: 18px;
@@ -150,6 +152,7 @@
150
152
  text-transform: uppercase;
151
153
  width: 544px;
152
154
  max-width: 100%;
155
+ font-family: $font-secondary;
153
156
 
154
157
  @media #{$QUERY-sm} {
155
158
  margin-bottom: 20px;
@@ -178,6 +181,7 @@
178
181
  border-radius: 30px;
179
182
  padding: 11px 24px;
180
183
  background-color: $color-gray-light;
184
+ font-family: $font-secondary;
181
185
 
182
186
  &:hover {
183
187
  background-color: $color-pink;
@@ -267,6 +271,7 @@
267
271
  display: flex;
268
272
  justify-content: space-between;
269
273
  align-items: baseline;
274
+ font-family: $font-secondary;
270
275
 
271
276
  svg {
272
277
  flex-shrink: 0;
@@ -43,6 +43,7 @@
43
43
  margin-bottom: 42px;
44
44
  line-height: 1.1;
45
45
  white-space: pre-wrap;
46
+ font-family: $font-secondary;
46
47
 
47
48
  @media screen and (max-width: $screen-md) {
48
49
  font-size: 31px;
@@ -28,6 +28,7 @@
28
28
  display: flex;
29
29
  flex-wrap: wrap;
30
30
  justify-content: center;
31
+ font-family: $font-secondary;
31
32
 
32
33
  @media screen and (max-width: $screen-sm) {
33
34
  font-size: 32px;
@@ -37,6 +37,7 @@
37
37
  font-size: 42px;
38
38
  margin-bottom: 25px;
39
39
  line-height: 1.2;
40
+ font-family: $font-secondary;
40
41
 
41
42
  @media screen and (max-width: $screen-md) {
42
43
  font-size: 31px;
@@ -46,6 +46,7 @@
46
46
  font-size: 20px;
47
47
  font-weight: 500;
48
48
  margin-bottom: 16px;
49
+ font-family: $font-secondary;
49
50
  }
50
51
 
51
52
  .text {
@@ -40,6 +40,7 @@
40
40
  text-transform: uppercase;
41
41
  margin-bottom: 8px;
42
42
  color: $color-blue;
43
+ font-family: $font-secondary;
43
44
 
44
45
  @media #{$QUERY-sm} {
45
46
  font-size: 16px;
@@ -50,6 +51,7 @@
50
51
  font-size: 42px;
51
52
  margin-bottom: 32px;
52
53
  line-height: 1.2;
54
+ font-family: $font-secondary;
53
55
 
54
56
  @media #{$QUERY-sm} {
55
57
  font-size: 28px;
@@ -60,6 +62,7 @@
60
62
  .text {
61
63
  font-size: 22px;
62
64
  margin-bottom: 48px;
65
+ font-family: $font-secondary;
63
66
 
64
67
  @media #{$QUERY-sm} {
65
68
  font-size: 16px;
@@ -111,6 +114,7 @@
111
114
  font-size: 20px;
112
115
  margin-bottom: 16px;
113
116
  font-weight: 500;
117
+ font-family: $font-secondary;
114
118
  }
115
119
 
116
120
  .excerpt {
@@ -128,6 +132,7 @@
128
132
  font-weight: 500;
129
133
  color: $color-brown;
130
134
  line-height: 1;
135
+ font-family: $font-secondary;
131
136
 
132
137
  path {
133
138
  stroke: $color-brown;
@@ -23,6 +23,7 @@
23
23
  font-size: 20px;
24
24
  color: $color-blue;
25
25
  margin-bottom: 5px;
26
+ font-family: $font-secondary;
26
27
  }
27
28
 
28
29
  .heading {
@@ -30,6 +31,7 @@
30
31
  line-height: 1.1;
31
32
  white-space: pre-wrap;
32
33
  color: $color-brown;
34
+ font-family: $font-secondary;
33
35
 
34
36
  @media #{$QUERY-xl} {
35
37
  margin-bottom: 32px;
@@ -49,6 +49,7 @@
49
49
  margin-bottom: 5px;
50
50
  width: 211px;
51
51
  max-width: 100%;
52
+ font-family: $font-secondary;
52
53
 
53
54
  @media #{$QUERY-sm} {
54
55
  font-size: 22px;
@@ -69,6 +70,7 @@
69
70
  font-size: 34px;
70
71
  width: 800px;
71
72
  max-width: 100%;
73
+ font-family: $font-secondary;
72
74
 
73
75
  @media screen and (max-width: $screen-md) {
74
76
  font-size: 25px;
@@ -63,6 +63,7 @@
63
63
  font-size: 34px;
64
64
  width: 100%;
65
65
  height: 100%;
66
+ font-family: $font-secondary;
66
67
 
67
68
  &.yellow {
68
69
  background-color: $color-yellow;
@@ -119,6 +120,7 @@
119
120
  padding-left: 30px;
120
121
  display: none;
121
122
  font-size: 34px;
123
+ font-family: $font-secondary;
122
124
  }
123
125
 
124
126
  .tailsText {
@@ -4,6 +4,7 @@
4
4
  font-size: 42px;
5
5
  margin-bottom: 55px;
6
6
  color: $color-brown;
7
+ font-family: $font-secondary;
7
8
 
8
9
  @media #{$QUERY-sm} {
9
10
  font-size: 28px;
@@ -51,6 +51,7 @@
51
51
  color: $color-brown;
52
52
  margin-bottom: 24px;
53
53
  white-space: pre-wrap;
54
+ font-family: $font-secondary;
54
55
 
55
56
  &.small {
56
57
  font-size: 42px;
@@ -21,6 +21,7 @@
21
21
  color: $color-brown;
22
22
  font-size: 42px;
23
23
  flex-shrink: 0;
24
+ font-family: $font-secondary;
24
25
 
25
26
  @media screen and (max-width: $screen-sm) {
26
27
  max-width: 90%;
@@ -87,6 +88,7 @@
87
88
  padding: 30px;
88
89
  display: none;
89
90
  font-size: 34px;
91
+ font-family: $font-secondary;
90
92
 
91
93
  @media screen and (max-width: $screen-sm) {
92
94
  font-size: 25px;
@@ -26,7 +26,8 @@ $QUERY-lg: "screen and (max-width: 1024px)";
26
26
  $QUERY-xl: "screen and (max-width: 1200px)";
27
27
 
28
28
  $font-primary: "Host Grotesk", sans-serif;
29
- $font-secondary: "kareliaOuttakes", sans-serif;
29
+ $font-secondary: "kareliaFont", "kareliaFont Fallback", sans-serif;
30
+ $font-special: "kareliaOuttakes", sans-serif;
30
31
 
31
32
  .button {
32
33
  border: solid 1px $color-blue;
@@ -35,6 +36,7 @@ $font-secondary: "kareliaOuttakes", sans-serif;
35
36
  padding: 10px 32px 12px;
36
37
  font-size: 22px;
37
38
  transition: 0.3s;
39
+ font-family: $font-secondary;
38
40
 
39
41
  @media #{$QUERY-sm} {
40
42
  font-size: 16px;
@@ -143,6 +145,7 @@ $font-secondary: "kareliaOuttakes", sans-serif;
143
145
  font-weight: 500;
144
146
  transition: 0.3s;
145
147
  display: inline-block;
148
+ font-family: $font-secondary;
146
149
 
147
150
  &:hover {
148
151
  background-color: $color-pink;
@@ -30,4 +30,5 @@
30
30
  .heading {
31
31
  font-size: 34px;
32
32
  margin-bottom: 20px;
33
+ font-family: $font-secondary;
33
34
  }
@@ -50,6 +50,7 @@
50
50
  font-size: 42px;
51
51
  font-weight: 400;
52
52
  margin-bottom: 32px;
53
+ font-family: $font-secondary;
53
54
  }
54
55
 
55
56
  h3 {
@@ -35,6 +35,7 @@
35
35
  font-weight: 400;
36
36
  white-space: pre-wrap;
37
37
  margin-bottom: 56px;
38
+ font-family: $font-secondary;
38
39
 
39
40
  @media #{$QUERY-sm} {
40
41
  font-size: 28px;
@@ -116,6 +117,7 @@
116
117
  .title {
117
118
  font-size: 20px;
118
119
  margin-bottom: 16px;
120
+ font-family: $font-secondary;
119
121
  }
120
122
 
121
123
  .more {
@@ -127,6 +129,7 @@
127
129
  font-weight: 500;
128
130
  color: $color-blue;
129
131
  line-height: 1;
132
+ font-family: $font-secondary;
130
133
 
131
134
  path {
132
135
  stroke: $color-blue;
@@ -39,6 +39,7 @@
39
39
  color: $color-blue;
40
40
  text-transform: uppercase;
41
41
  margin-bottom: 5px;
42
+ font-family: $font-secondary;
42
43
 
43
44
  @media #{$QUERY-sm} {
44
45
  font-size: 16px;
@@ -65,7 +66,7 @@
65
66
  max-width: 100%;
66
67
  color: $color-brown;
67
68
  font-weight: 400;
68
- font-family: $font-secondary;
69
+ font-family: $font-special;
69
70
 
70
71
  @media #{$QUERY-sm} {
71
72
  font-size: 32px;
@@ -77,6 +78,7 @@
77
78
  line-height: 1.2;
78
79
  font-weight: 400;
79
80
  margin-top: 30px;
81
+ font-family: $font-secondary;
80
82
 
81
83
  @media #{$QUERY-sm} {
82
84
  font-size: 24px;
@@ -112,6 +114,7 @@
112
114
  margin-bottom: 10px;
113
115
  font-size: 20px;
114
116
  text-transform: uppercase;
117
+ font-family: $font-secondary;
115
118
 
116
119
  @media #{$QUERY-sm} {
117
120
  font-size: 14px;
@@ -157,6 +160,7 @@
157
160
  max-width: 100%;
158
161
  flex-shrink: 0;
159
162
  margin-right: 20px;
163
+ font-family: $font-secondary;
160
164
  }
161
165
 
162
166
  .awardImage {
@@ -177,6 +181,7 @@
177
181
  .awardHeading {
178
182
  font-weight: bold;
179
183
  margin-bottom: 10px;
184
+ font-family: $font-secondary;
180
185
  }
181
186
 
182
187
  .mainImage {
@@ -93,6 +93,7 @@
93
93
  transition: color 0.3s;
94
94
  margin-bottom: 10px;
95
95
  font-weight: 500;
96
+ font-family: $font-secondary;
96
97
 
97
98
  @media #{$QUERY-sm} {
98
99
  font-size: 18px;
@@ -102,6 +103,7 @@
102
103
 
103
104
  .caption {
104
105
  font-size: 22px;
106
+ font-family: $font-secondary;
105
107
 
106
108
  @media #{$QUERY-sm} {
107
109
  font-size: 16px;
@@ -20,10 +20,16 @@
20
20
 
21
21
  .dropdown {
22
22
  position: relative;
23
- width: 130px;
23
+ width: 150px;
24
+ transition: width 0.3s;
25
+
26
+ &:hover {
27
+ width: 200px;
28
+ }
24
29
 
25
30
  &.active {
26
31
  z-index: 3;
32
+ width: 200px;
27
33
  }
28
34
  }
29
35
 
@@ -14,6 +14,7 @@
14
14
  font-size: 42px;
15
15
  margin-bottom: 46px;
16
16
  font-weight: 400;
17
+ font-family: $font-secondary;
17
18
 
18
19
  @media #{$QUERY-sm} {
19
20
  font-size: 24px;
@@ -56,6 +57,7 @@
56
57
  font-size: 20px;
57
58
  font-weight: 500px;
58
59
  margin-bottom: 16px;
60
+ font-family: $font-secondary;
59
61
 
60
62
  @media #{$QUERY-sm} {
61
63
  font-size: 18px;
@@ -1,6 +1,10 @@
1
+ "use client";
1
2
  import Container from "../../Container";
2
3
  import styles from "./styles.module.scss";
3
4
  import Arrow from "../../../assets/svg/arrow.svg";
5
+ import { useState } from "react";
6
+ import Script from "next/script";
7
+ import useClickOutside from "../../../hooks/useClickOutside";
4
8
 
5
9
  function Contacts({
6
10
  title,
@@ -13,6 +17,8 @@ function Contacts({
13
17
  email: string;
14
18
  }[];
15
19
  }) {
20
+ const [isTypeformOpen, setIsTypeformOpen] = useState(false);
21
+ const ref = useClickOutside<HTMLDivElement>(() => setIsTypeformOpen(false));
16
22
  if (!items) return;
17
23
 
18
24
  return (
@@ -21,7 +27,11 @@ function Contacts({
21
27
  <h2 className={styles.title}>{title}</h2>
22
28
  <div className={styles.boxes}>
23
29
  {items.map((item, i) => {
24
- const { heading, subheading, email } = item;
30
+ const {
31
+ heading,
32
+ subheading,
33
+ // email
34
+ } = item;
25
35
 
26
36
  return (
27
37
  <div className={styles.box} key={heading}>
@@ -32,7 +42,10 @@ function Contacts({
32
42
  dangerouslySetInnerHTML={{ __html: subheading }}
33
43
  />
34
44
  </div>
35
- <a className={styles.buttonSecondary} href={`mailto:${email}`}>
45
+ <a
46
+ className={styles.buttonSecondary}
47
+ onClick={() => setIsTypeformOpen(true)}
48
+ >
36
49
  {i === 0 && "Contact Account"}
37
50
  {i === 1 && "General Contact"}
38
51
  {i === 2 && "Contact HR"}
@@ -42,6 +55,21 @@ function Contacts({
42
55
  );
43
56
  })}
44
57
  </div>
58
+ <div
59
+ className={styles.typeform}
60
+ style={{ display: isTypeformOpen ? "flex" : "none" }}
61
+ >
62
+ <Script src="//embed.typeform.com/next/embed.js" />
63
+ <div ref={ref} className={styles.typeformWrapper}>
64
+ {/* <div data-tf-widget="qmv6Yk" data-tf-iframe-props="title=Foundry Website Contact Form" data-tf-medium="snippet" style={{ width: '100%', height: '400px' }} /> */}
65
+ <div
66
+ data-tf-widget="DJkseH"
67
+ data-tf-iframe-props="title=Foundry Website Contact Form"
68
+ data-tf-medium="snippet"
69
+ style={{ width: "100%", height: "400px" }}
70
+ />
71
+ </div>
72
+ </div>
45
73
  </Container>
46
74
  </section>
47
75
  );
@@ -14,6 +14,7 @@
14
14
  font-size: 42px;
15
15
  margin-bottom: 46px;
16
16
  font-weight: 400;
17
+ font-family: $font-secondary;
17
18
 
18
19
  @media #{$QUERY-sm} {
19
20
  font-size: 28px;
@@ -62,6 +63,7 @@
62
63
  font-weight: 400;
63
64
  line-height: 1.2;
64
65
  margin-bottom: 24px;
66
+ font-family: $font-secondary;
65
67
 
66
68
  @media #{$QUERY-md} {
67
69
  font-size: 21px;
@@ -87,3 +89,25 @@
87
89
  stroke-width: 2px;
88
90
  }
89
91
  }
92
+
93
+ .typeform {
94
+ position: fixed;
95
+ top: 0;
96
+ left: 0;
97
+ width: 100%;
98
+ height: 100%;
99
+ background-color: rgba(0, 0, 0, 0.4);
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ z-index: 9;
104
+ display: none;
105
+ }
106
+
107
+ .typeformWrapper {
108
+ background-color: $color-white;
109
+ width: 800px;
110
+ max-width: 100%;
111
+ border-radius: 8px;
112
+ overflow: hidden;
113
+ }
@@ -73,6 +73,7 @@
73
73
  .heading {
74
74
  font-size: 42px;
75
75
  color: $color-brown;
76
+ font-family: $font-secondary;
76
77
  }
77
78
 
78
79
  .phone {
@@ -69,6 +69,7 @@
69
69
  color: $color-blue;
70
70
  margin-bottom: 10px;
71
71
  display: inline-block;
72
+ font-family: $font-secondary;
72
73
  }
73
74
 
74
75
  .title {
@@ -79,6 +80,7 @@
79
80
  margin-bottom: 15px;
80
81
  color: $color-brown;
81
82
  display: block;
83
+ font-family: $font-secondary;
82
84
 
83
85
  @media #{$QUERY-md} {
84
86
  font-size: 31px;
@@ -94,6 +96,7 @@
94
96
  font-size: 22px;
95
97
  margin-bottom: 30px;
96
98
  color: $color-brown;
99
+ font-family: $font-secondary;
97
100
 
98
101
  @media #{$QUERY-md} {
99
102
  font-size: 18px;
@@ -31,6 +31,7 @@
31
31
  font-size: 82px;
32
32
  font-weight: bold;
33
33
  margin-right: 20px;
34
+ font-family: $font-secondary;
34
35
 
35
36
  @media #{$QUERY-md} {
36
37
  font-size: 42px;
@@ -83,7 +83,7 @@
83
83
  line-height: 1.2;
84
84
  font-weight: bold;
85
85
  margin-bottom: 0;
86
- font-family: $font-secondary;
86
+ font-family: $font-special;
87
87
 
88
88
  &.isCase {
89
89
  margin-bottom: 50px;
@@ -99,6 +99,7 @@
99
99
  line-height: 1.2;
100
100
  font-weight: 400;
101
101
  margin-top: 30px;
102
+ font-family: $font-secondary;
102
103
 
103
104
  @media #{$QUERY-sm} {
104
105
  font-size: 24px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundry-component-library",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",