@royaloperahouse/harmonic 0.2.3-f → 0.2.3-h
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/components/Typography/Typography.d.ts +0 -1
- package/dist/components/atoms/TextField/TextField.style.d.ts +1 -0
- package/dist/components/molecules/SignUpForm/SignUpForm.style.d.ts +2 -2
- package/dist/components/molecules/Swipe/helper.d.ts +2 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/SwipeCarousel.d.ts +1 -0
- package/dist/harmonic.cjs.development.css +105 -105
- package/dist/harmonic.cjs.development.js +108 -98
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +139 -129
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/helpers/theme.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +1 -0
- package/dist/types/editorial.d.ts +2 -2
- package/dist/types/information.d.ts +2 -2
- package/dist/types/signUpForm.d.ts +5 -0
- package/dist/types/typography.d.ts +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IGenericTypographyProps, IHarmonicHeaderProps } from '../../types/typography';
|
|
3
|
-
import './styles.css';
|
|
4
3
|
export declare const DisplayHeader: ({ children, size, em, color, serif, className }: IGenericTypographyProps) => React.JSX.Element;
|
|
5
4
|
export declare const HarmonicHeader: ({ children, size, em, color, serif, hierarchy: Tag, className, }: IHarmonicHeaderProps) => React.JSX.Element;
|
|
6
5
|
export declare const HarmonicSubtitle: ({ children, size, color, className }: IGenericTypographyProps) => React.JSX.Element;
|
|
@@ -7,3 +7,4 @@ export declare const Input: import("styled-components").StyledComponent<"input",
|
|
|
7
7
|
export declare const ShowHideButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
8
8
|
export declare const TextLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
|
|
9
9
|
export declare const ErrorLabel: import("styled-components").StyledComponent<"div", any, Pick<ITextFieldProps, "darkMode">, never>;
|
|
10
|
+
export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className, ...props }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ThemeColor } from '../../../types';
|
|
2
2
|
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {
|
|
3
|
-
theme:
|
|
3
|
+
theme: ThemeColor;
|
|
4
4
|
}, never>;
|
|
5
5
|
export declare const SignUpFormWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
6
|
export declare const SignUpTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
export declare const disableTabbingInside: (element: HTMLElement | null, shouldDisable: boolean) => void;
|
|
2
|
+
export declare const isCloneSlide: (index: number, clonesCount: number, childrenLength: number, infinite: boolean) => boolean;
|
|
1
3
|
export declare const getVisibleIndexes: (currentIndex: number, slideWidths: number[], containerWidth: number, slidesLength: number) => number[];
|
|
2
4
|
export declare const getMovedSlides: (delta: number, slideWidths: number[]) => number;
|
package/dist/components/organisms/Carousels/HighlightsCarousel/components/SwipeCarousel.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ declare type Props = {
|
|
|
7
7
|
setCurrentSlide: React.Dispatch<React.SetStateAction<number>>;
|
|
8
8
|
carouselRef: React.RefObject<SwipeRef>;
|
|
9
9
|
hasMultipleSlides: boolean;
|
|
10
|
+
carouselTitle: string | undefined;
|
|
10
11
|
};
|
|
11
12
|
declare const SwipeCarousel: FunctionComponent<Props>;
|
|
12
13
|
export default SwipeCarousel;
|
|
@@ -1,192 +1,234 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'GreyLLTT';
|
|
3
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'GreyLLTT';
|
|
11
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'GreyLLTT';
|
|
19
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
font-display: swap;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'VictorSerif';
|
|
27
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
|
|
28
|
+
format('woff2');
|
|
29
|
+
font-weight: 500;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
font-display: swap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@font-face {
|
|
35
|
+
font-family: 'VictorSerif';
|
|
36
|
+
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
|
|
37
|
+
format('woff2');
|
|
38
|
+
font-weight: 500;
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-display: swap;
|
|
41
|
+
}
|
|
42
|
+
|
|
1
43
|
/* ~~~~~ General Styling Classes ~~~~~ */
|
|
2
|
-
.
|
|
44
|
+
.typography_color-primary__LOfDi {
|
|
3
45
|
color: var(--color-primary);
|
|
4
46
|
}
|
|
5
47
|
|
|
6
|
-
.
|
|
48
|
+
.typography_color-black__6MHRL {
|
|
7
49
|
color: var(--color-base-black);
|
|
8
50
|
}
|
|
9
51
|
|
|
10
|
-
.
|
|
52
|
+
.typography_color-white__PfW5s {
|
|
11
53
|
color: var(--color-base-white);
|
|
12
54
|
}
|
|
13
55
|
|
|
14
|
-
.
|
|
56
|
+
.typography_color-red__iPlbG {
|
|
15
57
|
color: var(--color-primary-red);
|
|
16
58
|
}
|
|
17
59
|
|
|
18
|
-
.
|
|
60
|
+
.typography_color-grey__GA1c2 {
|
|
19
61
|
color: var(--color-base-dark-grey);
|
|
20
62
|
}
|
|
21
63
|
|
|
22
|
-
.
|
|
64
|
+
.typography_color-inherit__RDd0Y {
|
|
23
65
|
color: inherit;
|
|
24
66
|
}
|
|
25
67
|
|
|
26
|
-
.
|
|
68
|
+
.typography_em__E6tX- {
|
|
27
69
|
font-style: italic;
|
|
28
70
|
}
|
|
29
71
|
/* ~~~ */
|
|
30
72
|
|
|
31
73
|
/* Display Headers */
|
|
32
|
-
.
|
|
74
|
+
.typography_display__-F3p4 {
|
|
33
75
|
margin: 0;
|
|
34
76
|
font-family: var(--font-family-sans);
|
|
35
77
|
line-height: 100%;
|
|
36
78
|
|
|
37
|
-
&.
|
|
79
|
+
&.typography_large__uq0zC {
|
|
38
80
|
font-size: 96px;
|
|
39
81
|
font-weight: 700;
|
|
40
82
|
letter-spacing: -5px;
|
|
41
83
|
}
|
|
42
84
|
|
|
43
|
-
&.
|
|
85
|
+
&.typography_small__wfQ0K {
|
|
44
86
|
font-size: 68px;
|
|
45
87
|
font-weight: 500;
|
|
46
88
|
letter-spacing: -3px;
|
|
47
89
|
}
|
|
48
90
|
|
|
49
91
|
/* Serif and Italic styles */
|
|
50
|
-
&.
|
|
51
|
-
&.
|
|
92
|
+
&.typography_serif__VSO38,
|
|
93
|
+
&.typography_em__E6tX- {
|
|
52
94
|
font-family: var(--font-family-serif);
|
|
53
95
|
font-weight: 500;
|
|
54
96
|
}
|
|
55
97
|
|
|
56
98
|
/* Serif and Italic adjustments */
|
|
57
|
-
&.
|
|
58
|
-
&.
|
|
99
|
+
&.typography_large__uq0zC.typography_serif__VSO38,
|
|
100
|
+
&.typography_large__uq0zC.typography_em__E6tX- {
|
|
59
101
|
letter-spacing: -3px;
|
|
60
102
|
}
|
|
61
103
|
|
|
62
|
-
&.
|
|
63
|
-
&.
|
|
104
|
+
&.typography_small__wfQ0K.typography_serif__VSO38,
|
|
105
|
+
&.typography_small__wfQ0K.typography_em__E6tX- {
|
|
64
106
|
letter-spacing: -2px;
|
|
65
107
|
}
|
|
66
108
|
|
|
67
109
|
@media (max-width: 699px) {
|
|
68
|
-
&.
|
|
110
|
+
&.typography_large__uq0zC {
|
|
69
111
|
font-size: 38px;
|
|
70
112
|
letter-spacing: -1.5px;
|
|
71
113
|
}
|
|
72
114
|
|
|
73
|
-
&.
|
|
115
|
+
&.typography_small__wfQ0K {
|
|
74
116
|
font-size: 32px;
|
|
75
117
|
letter-spacing: -1.5px;
|
|
76
118
|
}
|
|
77
119
|
|
|
78
|
-
&.
|
|
79
|
-
&.
|
|
80
|
-
&.
|
|
81
|
-
&.
|
|
120
|
+
&.typography_large__uq0zC.typography_serif__VSO38,
|
|
121
|
+
&.typography_large__uq0zC.typography_em__E6tX-,
|
|
122
|
+
&.typography_small__wfQ0K.typography_serif__VSO38,
|
|
123
|
+
&.typography_small__wfQ0K.typography_em__E6tX- {
|
|
82
124
|
letter-spacing: -0.5px;
|
|
83
125
|
}
|
|
84
126
|
}
|
|
85
127
|
}
|
|
86
128
|
|
|
87
129
|
/* Headers */
|
|
88
|
-
.
|
|
130
|
+
.typography_header__BexiD {
|
|
89
131
|
margin: 0;
|
|
90
132
|
font-family: var(--font-family-sans);
|
|
91
133
|
font-weight: 500;
|
|
92
134
|
|
|
93
|
-
&.
|
|
135
|
+
&.typography_large__uq0zC {
|
|
94
136
|
font-size: 44px;
|
|
95
137
|
line-height: 48px;
|
|
96
138
|
letter-spacing: -1.5px;
|
|
97
139
|
}
|
|
98
140
|
|
|
99
|
-
&.
|
|
141
|
+
&.typography_medium__K0uZD {
|
|
100
142
|
font-size: 34px;
|
|
101
143
|
line-height: 40px;
|
|
102
144
|
letter-spacing: -1px;
|
|
103
145
|
}
|
|
104
146
|
|
|
105
|
-
&.
|
|
147
|
+
&.typography_small__wfQ0K {
|
|
106
148
|
font-size: 26px;
|
|
107
149
|
line-height: 32px;
|
|
108
150
|
letter-spacing: -0.5px;
|
|
109
151
|
}
|
|
110
152
|
|
|
111
153
|
/* Serif and Italic styles */
|
|
112
|
-
&.
|
|
113
|
-
&.
|
|
154
|
+
&.typography_serif__VSO38,
|
|
155
|
+
&.typography_em__E6tX- {
|
|
114
156
|
font-family: var(--font-family-serif);
|
|
115
157
|
}
|
|
116
158
|
|
|
117
159
|
/* Serif and Italic letter-spacing overrides */
|
|
118
|
-
&.
|
|
119
|
-
&.
|
|
160
|
+
&.typography_large__uq0zC.typography_serif__VSO38,
|
|
161
|
+
&.typography_large__uq0zC.typography_em__E6tX- {
|
|
120
162
|
letter-spacing: -0.5px;
|
|
121
163
|
}
|
|
122
164
|
|
|
123
|
-
&.
|
|
124
|
-
&.
|
|
165
|
+
&.typography_medium__K0uZD.typography_serif__VSO38,
|
|
166
|
+
&.typography_medium__K0uZD.typography_em__E6tX- {
|
|
125
167
|
letter-spacing: -0.5px;
|
|
126
168
|
}
|
|
127
169
|
|
|
128
|
-
&.
|
|
129
|
-
&.
|
|
170
|
+
&.typography_small__wfQ0K.typography_serif__VSO38,
|
|
171
|
+
&.typography_small__wfQ0K.typography_em__E6tX- {
|
|
130
172
|
letter-spacing: -0.5px;
|
|
131
173
|
}
|
|
132
174
|
|
|
133
175
|
@media (max-width: 699px) {
|
|
134
|
-
&.
|
|
176
|
+
&.typography_large__uq0zC {
|
|
135
177
|
font-size: 28px;
|
|
136
178
|
line-height: 34px;
|
|
137
179
|
letter-spacing: -1.5px;
|
|
138
180
|
}
|
|
139
181
|
|
|
140
|
-
&.
|
|
182
|
+
&.typography_medium__K0uZD {
|
|
141
183
|
font-size: 24px;
|
|
142
184
|
line-height: 28px;
|
|
143
185
|
letter-spacing: -1px;
|
|
144
186
|
}
|
|
145
187
|
|
|
146
|
-
&.
|
|
188
|
+
&.typography_small__wfQ0K {
|
|
147
189
|
font-size: 20px;
|
|
148
190
|
line-height: 26px;
|
|
149
191
|
letter-spacing: -0.75px;
|
|
150
192
|
}
|
|
151
193
|
|
|
152
194
|
/* Mobile overrides for serif/italic letter-spacing */
|
|
153
|
-
&.
|
|
154
|
-
&.
|
|
155
|
-
&.
|
|
156
|
-
&.
|
|
157
|
-
&.
|
|
158
|
-
&.
|
|
195
|
+
&.typography_large__uq0zC.typography_serif__VSO38,
|
|
196
|
+
&.typography_large__uq0zC.typography_em__E6tX-,
|
|
197
|
+
&.typography_medium__K0uZD.typography_serif__VSO38,
|
|
198
|
+
&.typography_medium__K0uZD.typography_em__E6tX-,
|
|
199
|
+
&.typography_small__wfQ0K.typography_serif__VSO38,
|
|
200
|
+
&.typography_small__wfQ0K.typography_em__E6tX- {
|
|
159
201
|
letter-spacing: -0.5px;
|
|
160
202
|
}
|
|
161
203
|
}
|
|
162
204
|
}
|
|
163
205
|
|
|
164
206
|
/* Subtitle */
|
|
165
|
-
.
|
|
207
|
+
.typography_subtitle__aoFTV {
|
|
166
208
|
margin: 0;
|
|
167
209
|
font-family: var(--font-family-sans);
|
|
168
210
|
font-weight: 500;
|
|
169
211
|
|
|
170
|
-
&.
|
|
212
|
+
&.typography_large__uq0zC {
|
|
171
213
|
font-size: 19px;
|
|
172
214
|
line-height: 26px;
|
|
173
215
|
letter-spacing: -0.5px;
|
|
174
216
|
}
|
|
175
217
|
|
|
176
|
-
&.
|
|
218
|
+
&.typography_small__wfQ0K {
|
|
177
219
|
font-size: 17px;
|
|
178
220
|
line-height: 24px;
|
|
179
221
|
letter-spacing: -0.5px;
|
|
180
222
|
}
|
|
181
223
|
|
|
182
224
|
@media (max-width: 699px) {
|
|
183
|
-
&.
|
|
225
|
+
&.typography_large__uq0zC {
|
|
184
226
|
font-size: 17px;
|
|
185
227
|
line-height: 24px;
|
|
186
228
|
letter-spacing: -0.5px;
|
|
187
229
|
}
|
|
188
230
|
|
|
189
|
-
&.
|
|
231
|
+
&.typography_small__wfQ0K {
|
|
190
232
|
font-size: 14px;
|
|
191
233
|
line-height: 20px;
|
|
192
234
|
letter-spacing: -0.2px;
|
|
@@ -195,43 +237,43 @@
|
|
|
195
237
|
}
|
|
196
238
|
|
|
197
239
|
/* Body Copy */
|
|
198
|
-
.
|
|
240
|
+
.typography_bodycopy__vYtQ8 {
|
|
199
241
|
margin: 0;
|
|
200
242
|
font-family: var(--font-family-sans);
|
|
201
243
|
font-weight: 400;
|
|
202
244
|
|
|
203
|
-
&.
|
|
245
|
+
&.typography_large__uq0zC {
|
|
204
246
|
font-size: 19px;
|
|
205
247
|
line-height: 26px;
|
|
206
248
|
letter-spacing: -0.5px;
|
|
207
249
|
}
|
|
208
250
|
|
|
209
|
-
&.
|
|
251
|
+
&.typography_medium__K0uZD {
|
|
210
252
|
font-size: 17px;
|
|
211
253
|
line-height: 24px;
|
|
212
254
|
letter-spacing: -0.5px;
|
|
213
255
|
}
|
|
214
256
|
|
|
215
|
-
&.
|
|
257
|
+
&.typography_small__wfQ0K {
|
|
216
258
|
font-size: 14px;
|
|
217
259
|
line-height: 20px;
|
|
218
260
|
letter-spacing: -0.5px;
|
|
219
261
|
}
|
|
220
262
|
|
|
221
263
|
@media (max-width: 699px) {
|
|
222
|
-
&.
|
|
264
|
+
&.typography_large__uq0zC {
|
|
223
265
|
font-size: 17px;
|
|
224
266
|
line-height: 24px;
|
|
225
267
|
letter-spacing: -0.5px;
|
|
226
268
|
}
|
|
227
269
|
|
|
228
|
-
&.
|
|
270
|
+
&.typography_medium__K0uZD {
|
|
229
271
|
font-size: 14px;
|
|
230
272
|
line-height: 20px;
|
|
231
273
|
letter-spacing: -0.2px;
|
|
232
274
|
}
|
|
233
275
|
|
|
234
|
-
&.
|
|
276
|
+
&.typography_small__wfQ0K {
|
|
235
277
|
font-size: 11px;
|
|
236
278
|
line-height: 16px;
|
|
237
279
|
letter-spacing: -0.2px;
|
|
@@ -240,31 +282,31 @@
|
|
|
240
282
|
}
|
|
241
283
|
|
|
242
284
|
/* Overline */
|
|
243
|
-
.
|
|
285
|
+
.typography_overline__EnUK3 {
|
|
244
286
|
margin: 0;
|
|
245
287
|
font-family: var(--font-family-sans);
|
|
246
288
|
font-weight: 500;
|
|
247
289
|
text-transform: uppercase;
|
|
248
290
|
|
|
249
|
-
&.
|
|
291
|
+
&.typography_large__uq0zC {
|
|
250
292
|
font-size: 14px;
|
|
251
293
|
line-height: 18px;
|
|
252
294
|
letter-spacing: 0.3px;
|
|
253
295
|
}
|
|
254
296
|
|
|
255
|
-
&.
|
|
297
|
+
&.typography_small__wfQ0K {
|
|
256
298
|
font-size: 12px;
|
|
257
299
|
line-height: 14px;
|
|
258
300
|
letter-spacing: 0.2px;
|
|
259
301
|
}
|
|
260
302
|
|
|
261
303
|
@media (max-width: 699px) {
|
|
262
|
-
&.
|
|
304
|
+
&.typography_large__uq0zC {
|
|
263
305
|
line-height: 17px;
|
|
264
306
|
letter-spacing: 0.3px; /* Added to ensure it stays */
|
|
265
307
|
}
|
|
266
308
|
|
|
267
|
-
&.
|
|
309
|
+
&.typography_small__wfQ0K {
|
|
268
310
|
line-height: 14px;
|
|
269
311
|
letter-spacing: 0.3px;
|
|
270
312
|
}
|
|
@@ -272,7 +314,7 @@
|
|
|
272
314
|
}
|
|
273
315
|
|
|
274
316
|
/* Button Text */
|
|
275
|
-
.
|
|
317
|
+
.typography_buttontext__vcxNi {
|
|
276
318
|
margin: 0;
|
|
277
319
|
font-family: var(--font-family-sans);
|
|
278
320
|
font-size: 17px;
|
|
@@ -287,7 +329,7 @@
|
|
|
287
329
|
}
|
|
288
330
|
|
|
289
331
|
/* Caption Text */
|
|
290
|
-
.
|
|
332
|
+
.typography_captiontext__91UFb {
|
|
291
333
|
margin: 0;
|
|
292
334
|
font-family: var(--font-family-sans);
|
|
293
335
|
font-weight: 400;
|
|
@@ -303,7 +345,7 @@
|
|
|
303
345
|
}
|
|
304
346
|
|
|
305
347
|
/* Navigation Text */
|
|
306
|
-
.
|
|
348
|
+
.typography_navigationtext__YfGf7 {
|
|
307
349
|
margin: 0;
|
|
308
350
|
font-family: var(--font-family-sans);
|
|
309
351
|
font-size: 19px;
|
|
@@ -317,48 +359,6 @@
|
|
|
317
359
|
}
|
|
318
360
|
}
|
|
319
361
|
|
|
320
|
-
@font-face {
|
|
321
|
-
font-family: 'GreyLLTT';
|
|
322
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
|
|
323
|
-
font-weight: 400;
|
|
324
|
-
font-style: normal;
|
|
325
|
-
font-display: swap;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
@font-face {
|
|
329
|
-
font-family: 'GreyLLTT';
|
|
330
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
|
|
331
|
-
font-weight: 500;
|
|
332
|
-
font-style: normal;
|
|
333
|
-
font-display: swap;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
@font-face {
|
|
337
|
-
font-family: 'GreyLLTT';
|
|
338
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
|
|
339
|
-
font-weight: 700;
|
|
340
|
-
font-style: normal;
|
|
341
|
-
font-display: swap;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
@font-face {
|
|
345
|
-
font-family: 'VictorSerif';
|
|
346
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
|
|
347
|
-
format('woff2');
|
|
348
|
-
font-weight: 500;
|
|
349
|
-
font-style: normal;
|
|
350
|
-
font-display: swap;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
@font-face {
|
|
354
|
-
font-family: 'VictorSerif';
|
|
355
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
|
|
356
|
-
format('woff2');
|
|
357
|
-
font-weight: 500;
|
|
358
|
-
font-style: italic;
|
|
359
|
-
font-display: swap;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
362
|
.core-theme-module_coreTheme__pWxYB {
|
|
363
363
|
/* RBO Red */
|
|
364
364
|
/* Primary Palette */
|