@royaloperahouse/harmonic 0.4.1 → 0.5.0-a

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 (125) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +268 -43
  3. package/dist/components/Typography/Typography.d.ts +277 -6
  4. package/dist/components/atoms/ControlledDropdown/ControlledDropdown.d.ts +2 -2
  5. package/dist/components/atoms/ControlledDropdown/ControlledDropdown.style.d.ts +2 -2
  6. package/dist/components/atoms/Dropdown/Dropdown.d.ts +1 -1
  7. package/dist/components/atoms/Icons/SvgIcons/Arrows/ArrowPagination.svg.d.ts +4 -0
  8. package/dist/components/atoms/Icons/SvgIcons/Arrows/LastPageArrow.svg.d.ts +4 -0
  9. package/dist/components/atoms/Icons/SvgIcons/index.d.ts +2 -0
  10. package/dist/components/atoms/RotatorButtons/RotatorButtons.d.ts +1 -1
  11. package/dist/components/atoms/RotatorButtons/RotatorButtons.style.d.ts +1 -0
  12. package/dist/components/atoms/Search/Search.d.ts +1 -1
  13. package/dist/components/atoms/Search/Search.style.d.ts +1 -1
  14. package/dist/components/atoms/SectionSplitter/SectionSplitter.d.ts +1 -1
  15. package/dist/components/atoms/SponsorLogo/SponsorLogo.d.ts +1 -1
  16. package/dist/components/atoms/Sponsorship/Sponsorship.d.ts +2 -2
  17. package/dist/components/atoms/Sponsorship/Sponsorship.style.d.ts +4 -2
  18. package/dist/components/atoms/Sponsorship/constants.d.ts +3 -0
  19. package/dist/components/atoms/Tab/Tab.d.ts +1 -1
  20. package/dist/components/atoms/TextField/TextField.style.d.ts +1 -1
  21. package/dist/components/index.d.ts +4 -4
  22. package/dist/components/molecules/Accordion/Accordion.style.d.ts +8 -4
  23. package/dist/components/molecules/AnchorBar/AnchorBar.style.d.ts +5 -1
  24. package/dist/components/molecules/BodyContent/BodyContent.d.ts +9 -0
  25. package/dist/components/molecules/BodyContent/BodyContent.style.d.ts +1 -0
  26. package/dist/components/molecules/BodyContent/index.d.ts +2 -0
  27. package/dist/components/molecules/Card/Card.style.d.ts +1 -1
  28. package/dist/components/molecules/CastFilter/CastFilters.d.ts +4 -0
  29. package/dist/components/molecules/CastFilter/CastFilters.style.d.ts +16 -0
  30. package/dist/components/molecules/CastFilter/index.d.ts +2 -0
  31. package/dist/components/molecules/ContactCard/ContactCard.style.d.ts +5 -4
  32. package/dist/components/molecules/ContentSummary/ContentSummary.d.ts +1 -1
  33. package/dist/components/molecules/ContentSummary/ContentSummary.style.d.ts +1 -2
  34. package/dist/components/molecules/Editorial/Editorial.style.d.ts +2 -2
  35. package/dist/components/molecules/HotFilters/HotFilters.d.ts +4 -0
  36. package/dist/components/molecules/HotFilters/HotFilters.style.d.ts +3 -0
  37. package/dist/components/molecules/HotFilters/index.d.ts +2 -0
  38. package/dist/components/molecules/ImageWithCaption/ImageWithCaption.style.d.ts +1 -1
  39. package/dist/components/molecules/Information/Information.style.d.ts +3 -2
  40. package/dist/components/molecules/NavTop/NavTop.d.ts +1 -1
  41. package/dist/components/molecules/PageHeading/Highlight/Highlight.d.ts +4 -0
  42. package/dist/components/molecules/PageHeading/Highlight/Highlight.style.d.ts +9 -0
  43. package/dist/components/molecules/PageHeading/Highlight/index.d.ts +2 -0
  44. package/dist/components/molecules/PageHeading/HighlightCarousel/HighlightCarousel.d.ts +4 -0
  45. package/dist/components/molecules/PageHeading/HighlightCarousel/HighlightCarousel.style.d.ts +14 -0
  46. package/dist/components/molecules/PageHeading/HighlightCarousel/index.d.ts +2 -0
  47. package/dist/components/molecules/PageHeading/PageHeading.style.d.ts +2 -2
  48. package/dist/components/molecules/PageHeading/Promo/Promo.d.ts +1 -2
  49. package/dist/components/molecules/PageHeading/index.d.ts +4 -4
  50. package/dist/components/molecules/Pagination/Pagination.d.ts +11 -3
  51. package/dist/components/molecules/Pagination/Pagination.style.d.ts +6 -5
  52. package/dist/components/molecules/Pagination/components/NavButtonOrLink.d.ts +4 -0
  53. package/dist/components/molecules/Pagination/components/PageLinkOrButton.d.ts +4 -0
  54. package/dist/components/molecules/Pagination/components/index.d.ts +2 -0
  55. package/dist/components/molecules/Paywall/Paywall.d.ts +4 -0
  56. package/dist/components/molecules/Paywall/Paywall.styles.d.ts +288 -0
  57. package/dist/components/molecules/Paywall/index.d.ts +2 -0
  58. package/dist/components/molecules/PeopleListing/PeopleListing.d.ts +1 -1
  59. package/dist/components/molecules/PeopleListing/PeopleListing.style.d.ts +2 -2
  60. package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +273 -6
  61. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +273 -3
  62. package/dist/components/molecules/Quote/Quote.style.d.ts +3 -4
  63. package/dist/components/molecules/SearchBar/SearchBar.d.ts +1 -1
  64. package/dist/components/molecules/SearchBar/SearchBar.style.d.ts +1 -1
  65. package/dist/components/molecules/SectionTitle/SectionTitle.d.ts +1 -1
  66. package/dist/components/molecules/SkipToMain/SkipToMain.d.ts +20 -0
  67. package/dist/components/molecules/SkipToMain/SkipToMain.style.d.ts +6 -0
  68. package/dist/components/molecules/SkipToMain/index.d.ts +2 -0
  69. package/dist/components/molecules/Table/Table.style.d.ts +1 -8
  70. package/dist/components/molecules/Table/components/DataCells.d.ts +7 -0
  71. package/dist/components/molecules/Table/components/HeaderCells.d.ts +7 -0
  72. package/dist/components/molecules/UpsellCard/UpsellCard.style.d.ts +279 -12
  73. package/dist/components/molecules/index.d.ts +5 -4
  74. package/dist/components/organisms/AnchorTabBar/AnchorTabBar.style.d.ts +8 -3
  75. package/dist/components/organisms/Carousels/Carousel/Carousel.style.d.ts +271 -0
  76. package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +0 -1
  77. package/dist/components/organisms/Carousels/HighlightsCarousel/constants.d.ts +1 -0
  78. package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +2 -2
  79. package/dist/components/organisms/Footer/Footer.style.d.ts +6 -5
  80. package/dist/components/organisms/Navigation/Navigation.d.ts +1 -1
  81. package/dist/components/organisms/Navigation/Navigation.style.d.ts +1 -1
  82. package/dist/components/organisms/StickyBar/StickyBar.style.d.ts +1 -1
  83. package/dist/components/organisms/UpsellSection/UpsellSection.style.d.ts +272 -1
  84. package/dist/harmonic.cjs.development.css +371 -24
  85. package/dist/harmonic.cjs.development.js +7721 -7270
  86. package/dist/harmonic.cjs.development.js.map +1 -1
  87. package/dist/harmonic.cjs.production.min.js +1 -1
  88. package/dist/harmonic.cjs.production.min.js.map +1 -1
  89. package/dist/harmonic.esm.js +7735 -7284
  90. package/dist/harmonic.esm.js.map +1 -1
  91. package/dist/helpers/accessibility.d.ts +1 -0
  92. package/dist/helpers/devices.d.ts +1 -0
  93. package/dist/index.d.ts +6 -3
  94. package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +4 -0
  95. package/dist/styles/HarmonicThemeProvider/index.d.ts +2 -1
  96. package/dist/types/anchorBar.d.ts +5 -0
  97. package/dist/types/buttonTypes.d.ts +6 -0
  98. package/dist/types/contactCard.d.ts +8 -22
  99. package/dist/types/creditListing.d.ts +1 -1
  100. package/dist/types/editorial.d.ts +25 -23
  101. package/dist/types/footer.d.ts +2 -17
  102. package/dist/types/image.d.ts +5 -9
  103. package/dist/types/impactHeader.d.ts +22 -2
  104. package/dist/types/information.d.ts +23 -43
  105. package/dist/types/links.d.ts +17 -0
  106. package/dist/types/navigation.d.ts +56 -65
  107. package/dist/types/pagination.d.ts +9 -0
  108. package/dist/types/promoWithTags.d.ts +9 -1
  109. package/dist/types/quote.d.ts +4 -15
  110. package/dist/types/tableTypes.d.ts +8 -25
  111. package/dist/types/types.d.ts +176 -89
  112. package/dist/types/typography.d.ts +9 -1
  113. package/dist/types/upsell.d.ts +22 -16
  114. package/package.json +3 -2
  115. package/README.GIT +0 -278
  116. package/dist/components/molecules/PageHeading/Cinema/Cinema.d.ts +0 -4
  117. package/dist/components/molecules/PageHeading/Cinema/index.d.ts +0 -2
  118. package/dist/components/molecules/PageHeading/Core/Core.d.ts +0 -4
  119. package/dist/components/molecules/PageHeading/Core/index.d.ts +0 -2
  120. package/dist/components/molecules/PageHeading/Stream/Stream.d.ts +0 -4
  121. package/dist/components/molecules/PageHeading/Stream/Stream.style.d.ts +0 -1
  122. package/dist/components/molecules/PageHeading/Stream/index.d.ts +0 -2
  123. package/dist/components/molecules/TextOnly/TextOnly.d.ts +0 -4
  124. package/dist/components/molecules/TextOnly/TextOnly.style.d.ts +0 -1
  125. package/dist/components/molecules/TextOnly/index.d.ts +0 -2
@@ -152,7 +152,6 @@
152
152
  color: var(--color-primary);
153
153
  }
154
154
 
155
-
156
155
  .typography-module_display--black__8hmsx,
157
156
  .typography-module_header--black__M3I14,
158
157
  .typography-module_subtitle--black__IQRSo,
@@ -209,15 +208,24 @@
209
208
  }
210
209
 
211
210
  /* Typography variants */
212
- .typography-module_display--serif__C0-Ve,
211
+ .typography-module_display--serif__C0-Ve {
212
+ font-family: var(--font-family-serif);
213
+ }
214
+
213
215
  .typography-module_header--serif__uTGCc {
214
216
  font-family: var(--font-family-serif);
217
+ letter-spacing: -0.5px;
218
+ }
219
+
220
+ .typography-module_display--em__h2bPV {
221
+ font-family: var(--font-family-serif);
222
+ font-style: italic;
215
223
  }
216
224
 
217
- .typography-module_display--em__h2bPV,
218
225
  .typography-module_header--em__UFQIA {
219
226
  font-family: var(--font-family-serif);
220
227
  font-style: italic;
228
+ letter-spacing: -0.5px;
221
229
  }
222
230
 
223
231
  .typography-module_display--bold__PG-8g,
@@ -301,6 +309,7 @@
301
309
  letter-spacing: 0.3px;
302
310
  }
303
311
  }
312
+
304
313
  @font-face {
305
314
  font-family: 'GreyLLTT';
306
315
  src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
@@ -327,8 +336,7 @@
327
336
 
328
337
  @font-face {
329
338
  font-family: 'VictorSerif';
330
- src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
331
- format('woff2');
339
+ src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2') format('woff2');
332
340
  font-weight: 500;
333
341
  font-style: normal;
334
342
  font-display: swap;
@@ -336,13 +344,331 @@
336
344
 
337
345
  @font-face {
338
346
  font-family: 'VictorSerif';
339
- src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
340
- format('woff2');
347
+ src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2') format('woff2');
341
348
  font-weight: 500;
342
349
  font-style: italic;
343
350
  font-display: swap;
344
351
  }
345
352
 
353
+ /* ~~~~~ General Styling Classes ~~~~~ */
354
+ .typography_color-primary__LOfDi {
355
+ color: var(--color-primary);
356
+ }
357
+
358
+ .typography_color-black__6MHRL {
359
+ color: var(--color-base-black);
360
+ }
361
+
362
+ .typography_color-white__PfW5s {
363
+ color: var(--color-base-white);
364
+ }
365
+
366
+ .typography_color-red__iPlbG {
367
+ color: var(--color-primary-red);
368
+ }
369
+
370
+ .typography_color-grey__GA1c2 {
371
+ color: var(--color-base-dark-grey);
372
+ }
373
+
374
+ .typography_color-inherit__RDd0Y {
375
+ color: inherit;
376
+ }
377
+
378
+ .typography_em__E6tX- {
379
+ font-style: italic;
380
+ }
381
+ /* ~~~ */
382
+
383
+ /* Display Headers */
384
+ .typography_display__-F3p4 {
385
+ margin: 0;
386
+ font-family: var(--font-family-sans);
387
+ line-height: 100%;
388
+
389
+ &.typography_large__uq0zC {
390
+ font-size: 96px;
391
+ font-weight: 700;
392
+ letter-spacing: -5px;
393
+ }
394
+
395
+ &.typography_small__wfQ0K {
396
+ font-size: 68px;
397
+ font-weight: 500;
398
+ letter-spacing: -3px;
399
+ }
400
+
401
+ /* Serif and Italic styles */
402
+ &.typography_serif__VSO38,
403
+ &.typography_em__E6tX- {
404
+ font-family: var(--font-family-serif);
405
+ font-weight: 500;
406
+ }
407
+
408
+ /* Serif and Italic adjustments */
409
+ &.typography_large__uq0zC.typography_serif__VSO38,
410
+ &.typography_large__uq0zC.typography_em__E6tX- {
411
+ letter-spacing: -3px;
412
+ }
413
+
414
+ &.typography_small__wfQ0K.typography_serif__VSO38,
415
+ &.typography_small__wfQ0K.typography_em__E6tX- {
416
+ letter-spacing: -2px;
417
+ }
418
+
419
+ @media (max-width: 699px) {
420
+ &.typography_large__uq0zC {
421
+ font-size: 38px;
422
+ letter-spacing: -1.5px;
423
+ }
424
+
425
+ &.typography_small__wfQ0K {
426
+ font-size: 32px;
427
+ letter-spacing: -1.5px;
428
+ }
429
+
430
+ &.typography_large__uq0zC.typography_serif__VSO38,
431
+ &.typography_large__uq0zC.typography_em__E6tX-,
432
+ &.typography_small__wfQ0K.typography_serif__VSO38,
433
+ &.typography_small__wfQ0K.typography_em__E6tX- {
434
+ letter-spacing: -0.5px;
435
+ }
436
+ }
437
+ }
438
+
439
+ /* Headers */
440
+ .typography_header__BexiD {
441
+ margin: 0;
442
+ font-family: var(--font-family-sans);
443
+ font-weight: 500;
444
+
445
+ &.typography_large__uq0zC {
446
+ font-size: 44px;
447
+ line-height: 48px;
448
+ letter-spacing: -1.5px;
449
+ }
450
+
451
+ &.typography_medium__K0uZD {
452
+ font-size: 34px;
453
+ line-height: 40px;
454
+ letter-spacing: -1px;
455
+ }
456
+
457
+ &.typography_small__wfQ0K {
458
+ font-size: 26px;
459
+ line-height: 32px;
460
+ letter-spacing: -0.5px;
461
+ }
462
+
463
+ /* Serif and Italic styles */
464
+ &.typography_serif__VSO38,
465
+ &.typography_em__E6tX- {
466
+ font-family: var(--font-family-serif);
467
+ }
468
+
469
+ /* Serif and Italic letter-spacing overrides */
470
+ &.typography_large__uq0zC.typography_serif__VSO38,
471
+ &.typography_large__uq0zC.typography_em__E6tX- {
472
+ letter-spacing: -0.5px;
473
+ }
474
+
475
+ &.typography_medium__K0uZD.typography_serif__VSO38,
476
+ &.typography_medium__K0uZD.typography_em__E6tX- {
477
+ letter-spacing: -0.5px;
478
+ }
479
+
480
+ &.typography_small__wfQ0K.typography_serif__VSO38,
481
+ &.typography_small__wfQ0K.typography_em__E6tX- {
482
+ letter-spacing: -0.5px;
483
+ }
484
+
485
+ @media (max-width: 699px) {
486
+ &.typography_large__uq0zC {
487
+ font-size: 28px;
488
+ line-height: 34px;
489
+ letter-spacing: -1.5px;
490
+ }
491
+
492
+ &.typography_medium__K0uZD {
493
+ font-size: 24px;
494
+ line-height: 28px;
495
+ letter-spacing: -1px;
496
+ }
497
+
498
+ &.typography_small__wfQ0K {
499
+ font-size: 20px;
500
+ line-height: 26px;
501
+ letter-spacing: -0.75px;
502
+ }
503
+
504
+ /* Mobile overrides for serif/italic letter-spacing */
505
+ &.typography_large__uq0zC.typography_serif__VSO38,
506
+ &.typography_large__uq0zC.typography_em__E6tX-,
507
+ &.typography_medium__K0uZD.typography_serif__VSO38,
508
+ &.typography_medium__K0uZD.typography_em__E6tX-,
509
+ &.typography_small__wfQ0K.typography_serif__VSO38,
510
+ &.typography_small__wfQ0K.typography_em__E6tX- {
511
+ letter-spacing: -0.5px;
512
+ }
513
+ }
514
+ }
515
+
516
+ /* Subtitle */
517
+ .typography_subtitle__aoFTV {
518
+ margin: 0;
519
+ font-family: var(--font-family-sans);
520
+ font-weight: 500;
521
+
522
+ &.typography_large__uq0zC {
523
+ font-size: 19px;
524
+ line-height: 26px;
525
+ letter-spacing: -0.5px;
526
+ }
527
+
528
+ &.typography_small__wfQ0K {
529
+ font-size: 17px;
530
+ line-height: 24px;
531
+ letter-spacing: -0.5px;
532
+ }
533
+
534
+ @media (max-width: 699px) {
535
+ &.typography_large__uq0zC {
536
+ font-size: 17px;
537
+ line-height: 24px;
538
+ letter-spacing: -0.5px;
539
+ }
540
+
541
+ &.typography_small__wfQ0K {
542
+ font-size: 14px;
543
+ line-height: 20px;
544
+ letter-spacing: -0.2px;
545
+ }
546
+ }
547
+ }
548
+
549
+ /* Body Copy */
550
+ .typography_bodycopy__vYtQ8 {
551
+ margin: 0;
552
+ font-family: var(--font-family-sans);
553
+ font-weight: 400;
554
+
555
+ &.typography_large__uq0zC {
556
+ font-size: 19px;
557
+ line-height: 26px;
558
+ letter-spacing: -0.5px;
559
+ }
560
+
561
+ &.typography_medium__K0uZD {
562
+ font-size: 17px;
563
+ line-height: 24px;
564
+ letter-spacing: -0.5px;
565
+ }
566
+
567
+ &.typography_small__wfQ0K {
568
+ font-size: 14px;
569
+ line-height: 20px;
570
+ letter-spacing: -0.5px;
571
+ }
572
+
573
+ @media (max-width: 699px) {
574
+ &.typography_large__uq0zC {
575
+ font-size: 17px;
576
+ line-height: 24px;
577
+ letter-spacing: -0.5px;
578
+ }
579
+
580
+ &.typography_medium__K0uZD {
581
+ font-size: 14px;
582
+ line-height: 20px;
583
+ letter-spacing: -0.2px;
584
+ }
585
+
586
+ &.typography_small__wfQ0K {
587
+ font-size: 11px;
588
+ line-height: 16px;
589
+ letter-spacing: -0.2px;
590
+ }
591
+ }
592
+ }
593
+
594
+ /* Overline */
595
+ .typography_overline__EnUK3 {
596
+ margin: 0;
597
+ font-family: var(--font-family-sans);
598
+ font-weight: 500;
599
+ text-transform: uppercase;
600
+
601
+ &.typography_large__uq0zC {
602
+ font-size: 14px;
603
+ line-height: 18px;
604
+ letter-spacing: 0.3px;
605
+ }
606
+
607
+ &.typography_small__wfQ0K {
608
+ font-size: 12px;
609
+ line-height: 14px;
610
+ letter-spacing: 0.2px;
611
+ }
612
+
613
+ @media (max-width: 699px) {
614
+ &.typography_large__uq0zC {
615
+ line-height: 17px;
616
+ letter-spacing: 0.3px; /* Added to ensure it stays */
617
+ }
618
+
619
+ &.typography_small__wfQ0K {
620
+ line-height: 14px;
621
+ letter-spacing: 0.3px;
622
+ }
623
+ }
624
+ }
625
+
626
+ /* Button Text */
627
+ .typography_buttontext__vcxNi {
628
+ margin: 0;
629
+ font-family: var(--font-family-sans);
630
+ font-size: 17px;
631
+ line-height: 20px;
632
+ letter-spacing: -0.5px;
633
+ font-weight: 400;
634
+
635
+ @media (max-width: 699px) {
636
+ font-weight: 500;
637
+ line-height: 17px;
638
+ }
639
+ }
640
+
641
+ /* Caption Text */
642
+ .typography_captiontext__91UFb {
643
+ margin: 0;
644
+ font-family: var(--font-family-sans);
645
+ font-weight: 400;
646
+ font-size: 17px;
647
+ line-height: 24px;
648
+ letter-spacing: -0.5px;
649
+
650
+ @media (max-width: 699px) {
651
+ font-size: 14px;
652
+ line-height: 20px;
653
+ letter-spacing: -0.2px;
654
+ }
655
+ }
656
+
657
+ /* Navigation Text */
658
+ .typography_navigationtext__YfGf7 {
659
+ margin: 0;
660
+ font-family: var(--font-family-sans);
661
+ font-size: 19px;
662
+ line-height: 19px;
663
+ letter-spacing: 0.4px;
664
+ font-weight: 500;
665
+
666
+ @media (max-width: 699px) {
667
+ font-size: 17px;
668
+ line-height: 17px;
669
+ }
670
+ }
671
+
346
672
  .core-theme-module_coreTheme__pWxYB {
347
673
  /* RBO Red */
348
674
  /* Primary Palette */
@@ -388,6 +714,9 @@
388
714
  --color-secondary-orange: #ff6700;
389
715
  --color-secondary-blue: #5f9cff;
390
716
 
717
+ /* Shadows */
718
+ --shadow-floating: 0px 4px 38px 0px #0000000a;
719
+
391
720
  /* Core theme colors */
392
721
  --base-color-primary: #c8102e;
393
722
  --base-color-core: #c8102e;
@@ -429,8 +758,9 @@
429
758
  --button-tertiary-pressed-color: var(--color-rbo-black-pressed);
430
759
  --button-auxiliary-color: var(--color-primary-black);
431
760
  --button-auxiliary-bg-color: var(--color-base-transparent);
761
+ --button-anchor-tab-color: var(--color-primary-red);
432
762
 
433
- /* ----- Variables already used in Harmonic START ----- */
763
+ /* ----- Variables already used in Harmonic START ----- */
434
764
  --grid-column-gap: 36px;
435
765
  --grid-margin: 10%;
436
766
 
@@ -442,13 +772,35 @@
442
772
  --rotator-button-hover-bg-color: var(--color-primary-red);
443
773
 
444
774
  --carousel-image-caption-height: 17px;
445
-
775
+
776
+ --line-height-listing: 36px;
777
+
778
+ --upsell-border-color: var(--color-primary-red);
779
+
780
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
781
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
782
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
783
+
784
+ --text-transform-body: none;
785
+ --text-transform-header: uppercase;
786
+ --text-transform-subtitle: uppercase;
787
+
446
788
  @media (max-width: 699px) {
447
789
  --grid-column-gap: 12px;
448
790
  --grid-margin: 20px;
449
791
  --rotator-button-width: 40px;
450
792
  --rotator-button-icon-width: 24px;
451
793
  --carousel-image-caption-height: 14px;
794
+
795
+ --line-height-listing: 34px;
796
+
797
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
798
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
799
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
800
+
801
+ --text-transform-body: none;
802
+ --text-transform-header: uppercase;
803
+ --text-transform-subtitle: uppercase;
452
804
  }
453
805
 
454
806
  @media (min-width: 700px) and (max-width: 1139px) {
@@ -459,7 +811,7 @@
459
811
  --carousel-image-caption-height: 14px;
460
812
  }
461
813
 
462
- /* ----- Variables already used in Harmonic END ----- */
814
+ /* ----- Variables already used in Harmonic END ----- */
463
815
 
464
816
  --font-size-header-1: 96px;
465
817
  --font-weight-header-1: 500;
@@ -565,7 +917,6 @@
565
917
  --font-size-title-description: 20px;
566
918
  --line-height-title-description: 28px;
567
919
 
568
- --line-height-listing: 36px;
569
920
  --font-size-individual-listing-name: 19px;
570
921
  --line-height-individual-listing-name: 24px;
571
922
  --line-height-people-listing-gap: 24px;
@@ -580,18 +931,12 @@
580
931
  --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
581
932
  --font-family-people-listing-name: 'adobe-garamond-pro';
582
933
 
583
- --font-feature-settings-header: 'tnum' on, 'lnum' on;
584
934
  --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
585
935
  --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
586
- --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
587
- --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
588
936
  --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
589
937
 
590
- --text-transform-header: uppercase;
591
938
  --text-transform-altHeader: none;
592
- --text-transform-body: none;
593
939
  --text-transform-overline: uppercase;
594
- --text-transform-subtitle: uppercase;
595
940
 
596
941
  --word-break-header: break-word;
597
942
  --word-break-altHeader: break-word;
@@ -655,6 +1000,7 @@
655
1000
  --information-panel-button-pressed-color: var(--color-white-pressed);
656
1001
 
657
1002
  --heading-promo-bg-color: var(--color-primary-red);
1003
+ --page-header-bg-color: var(--color-primary-red);
658
1004
 
659
1005
  @media (max-width: 699px) {
660
1006
  --font-size-header-1: 38px;
@@ -759,18 +1105,12 @@
759
1105
  --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
760
1106
  --font-family-people-listing-name: 'adobe-garamond-pro';
761
1107
 
762
- --font-feature-settings-header: 'tnum' on, 'lnum' on;
763
1108
  --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
764
1109
  --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
765
- --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
766
- --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
767
1110
  --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
768
1111
 
769
- --text-transform-header: uppercase;
770
1112
  --text-transform-altHeader: none;
771
- --text-transform-body: none;
772
1113
  --text-transform-overline: uppercase;
773
- --text-transform-subtitle: uppercase;
774
1114
 
775
1115
  --word-break-header: break-word;
776
1116
  --word-break-altHeader: break-word;
@@ -826,6 +1166,7 @@
826
1166
  --button-tertiary-color: var(--color-primary-black);
827
1167
  --button-tertiary-hover-color: var(--color-rbo-black-hovered);
828
1168
  --button-tertiary-pressed-color: var(--color-rbo-black-pressed);
1169
+ --button-anchor-tab-color: var(--color-primary-black);
829
1170
 
830
1171
  --rotator-button-color: var(--color-base-black);
831
1172
  --rotator-button-bg-color: var(--color-base-light-grey);
@@ -841,6 +1182,9 @@
841
1182
  --information-panel-bg-color: var(--color-primary-black);
842
1183
 
843
1184
  --heading-promo-bg-color: var(--color-base-black);
1185
+ --page-header-bg-color: var(--color-primary-black);
1186
+
1187
+ --upsell-border-color: var(--color-primary-black);
844
1188
  }
845
1189
 
846
1190
  .cinema-theme-module_cinemaTheme__f5QFs {
@@ -867,6 +1211,7 @@
867
1211
  --button-tertiary-color: var(--color-base-white);
868
1212
  --button-tertiary-hover-color: var(--color-white-hovered);
869
1213
  --button-tertiary-pressed-color: var(--color-white-pressed);
1214
+ --button-anchor-tab-color: var(--color-primary-black);
870
1215
 
871
1216
  --rotator-button-color: var(--color-primary-black);
872
1217
  --rotator-button-bg-color: var(--color-base-light-grey);
@@ -886,8 +1231,10 @@
886
1231
  --information-panel-button-pressed-color: var(--color-rbo-red-pressed);
887
1232
 
888
1233
  --heading-promo-bg-color: var(--color-base-white);
889
- }
1234
+ --page-header-bg-color: var(--color-primary-black);
890
1235
 
1236
+ --upsell-border-color: var(--color-primary-black);
1237
+ };
891
1238
  .schools-theme-module_schoolsTheme__CWHba {
892
1239
  /* Schools theme overrides */
893
1240
  --base-color-primary: #c8102e;