@department-of-veterans-affairs/css-library 0.7.4 → 0.8.0

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 (50) hide show
  1. package/dist/fonts/bitter-bold.ttf +0 -0
  2. package/dist/fonts/bitter-bold.woff2 +0 -0
  3. package/dist/fonts/bitter-regular.ttf +0 -0
  4. package/dist/fonts/bitter-regular.woff2 +0 -0
  5. package/dist/stylesheets/_mixins.scss +452 -0
  6. package/dist/stylesheets/base/fonts.css +1589 -0
  7. package/dist/stylesheets/base/utils.css +137 -0
  8. package/dist/stylesheets/base/va.css +1843 -0
  9. package/dist/{full.css → stylesheets/core.css} +341 -2299
  10. package/dist/stylesheets/formation-overrides/_variables.scss +170 -0
  11. package/dist/stylesheets/formation-overrides/core/base.css +64 -0
  12. package/dist/stylesheets/formation-overrides/core/fonts.css +46 -0
  13. package/dist/stylesheets/formation-overrides/elements/buttons.css +562 -0
  14. package/dist/stylesheets/formation-overrides/elements/inputs.css +384 -0
  15. package/dist/stylesheets/formation-overrides/elements/labels.css +28 -0
  16. package/dist/stylesheets/formation-overrides/elements/lists.css +57 -0
  17. package/dist/stylesheets/formation-overrides/elements/table.css +78 -0
  18. package/dist/stylesheets/formation-overrides/elements/typography.css +274 -0
  19. package/dist/stylesheets/mobile-typography.css +13 -0
  20. package/dist/stylesheets/modules/m-action-link.css +1443 -0
  21. package/dist/stylesheets/modules/m-additional-info.css +39 -0
  22. package/dist/stylesheets/modules/m-alert.css +254 -0
  23. package/dist/stylesheets/modules/m-breadcrumbs.css +96 -0
  24. package/dist/stylesheets/modules/m-button.css +153 -0
  25. package/dist/stylesheets/modules/m-dropdown.css +47 -0
  26. package/dist/stylesheets/modules/m-emergency-banner.css +33 -0
  27. package/dist/stylesheets/modules/m-external-link.css +14 -0
  28. package/dist/stylesheets/modules/m-form-elements.css +231 -0
  29. package/dist/stylesheets/modules/m-form-process.css +219 -0
  30. package/dist/stylesheets/modules/m-homepage-hero.css +76 -0
  31. package/dist/stylesheets/modules/m-hub-page-link-list.css +40 -0
  32. package/dist/stylesheets/modules/m-loading-indicator.css +41 -0
  33. package/dist/stylesheets/modules/m-maintenance-banner.css +33 -0
  34. package/dist/stylesheets/modules/m-megamenu.css +365 -0
  35. package/dist/stylesheets/modules/m-modal.css +117 -0
  36. package/dist/stylesheets/modules/m-nav-linklist.css +49 -0
  37. package/dist/stylesheets/modules/m-nav-sidebar.css +349 -0
  38. package/dist/stylesheets/modules/m-omb-info.css +15 -0
  39. package/dist/stylesheets/modules/m-overlay.css +72 -0
  40. package/dist/stylesheets/modules/m-print.css +27 -0
  41. package/dist/stylesheets/modules/m-process-list.css +162 -0
  42. package/dist/stylesheets/modules/va-pagination.css +90 -0
  43. package/dist/stylesheets/modules/va-tabs.css +53 -0
  44. package/dist/stylesheets/shame.css +266 -0
  45. package/dist/tokens/css/variables.css +1 -1
  46. package/dist/tokens/scss/variables.scss +1 -1
  47. package/package.json +8 -6
  48. /package/dist/{base → stylesheets/base}/headings.css +0 -0
  49. /package/dist/{uswds-typography.css → stylesheets/uswds-typography.css} +0 -0
  50. /package/dist/{utilities.css → stylesheets/utilities.css} +0 -0
@@ -0,0 +1,1589 @@
1
+ /*
2
+ The uswds-fonts package loads @font-face for:
3
+ - Roboto Mono Web
4
+ - Source Sans Pro Web
5
+ - Merriweather Web
6
+ */
7
+ /*
8
+ * * * * * ==============================
9
+ * * * * * ==============================
10
+ * * * * * ==============================
11
+ * * * * * ==============================
12
+ ========================================
13
+ ========================================
14
+ ========================================
15
+ ----------------------------------------
16
+ GENERAL SETTINGS
17
+ ----------------------------------------
18
+ Read more about settings and
19
+ USWDS style tokens in the documentation:
20
+ https://designsystem.digital.gov/design-tokens
21
+ ----------------------------------------
22
+ */
23
+ /*
24
+ ----------------------------------------
25
+ Image path
26
+ ----------------------------------------
27
+ Relative image file path
28
+ ----------------------------------------
29
+ */
30
+ /*
31
+ ----------------------------------------
32
+ Show compile warnings
33
+ ----------------------------------------
34
+ Show Sass warnings when functions and
35
+ mixins use non-standard tokens.
36
+ AND
37
+ Show updates and notifications.
38
+ ----------------------------------------
39
+ */
40
+ /*
41
+ ----------------------------------------
42
+ Namespace
43
+ ----------------------------------------
44
+ */
45
+ /*
46
+ ----------------------------------------
47
+ Prefix separator
48
+ ----------------------------------------
49
+ Set the character the separates
50
+ responsive and state prefixes from the
51
+ main class name.
52
+ The default (":") needs to be preceded
53
+ by two backslashes to be properly
54
+ escaped.
55
+ ----------------------------------------
56
+ */
57
+ /*
58
+ ----------------------------------------
59
+ Layout grid
60
+ ----------------------------------------
61
+ Should the layout grid classes output
62
+ with !important
63
+ ----------------------------------------
64
+ */
65
+ /*
66
+ ----------------------------------------
67
+ Border box sizing
68
+ ----------------------------------------
69
+ When set to true, sets the box-sizing
70
+ property of all site elements to
71
+ `border-box`.
72
+ ----------------------------------------
73
+ */
74
+ /*
75
+ ----------------------------------------
76
+ Focus styles
77
+ ----------------------------------------
78
+ */
79
+ /*
80
+ ----------------------------------------
81
+ Icons
82
+ ----------------------------------------
83
+ */
84
+ /*
85
+ * * * * * ==============================
86
+ * * * * * ==============================
87
+ * * * * * ==============================
88
+ * * * * * ==============================
89
+ ========================================
90
+ ========================================
91
+ ========================================
92
+ ----------------------------------------
93
+ TYPOGRAPHY SETTINGS
94
+ ----------------------------------------
95
+ Read more about settings and
96
+ USWDS typography tokens in the documentation:
97
+ https://designsystem.digital.gov/design-tokens/typesetting/overview/
98
+ ----------------------------------------
99
+ */
100
+ /*
101
+ ----------------------------------------
102
+ Root font size
103
+ ----------------------------------------
104
+ Setting $theme-respect-user-font-size to
105
+ true sets the root font size to 100% and
106
+ uses ems for media queries
107
+ ----------------------------------------
108
+ $theme-root-font-size only applies when
109
+ $theme-respect-user-font-size is set to
110
+ false.
111
+
112
+ This will set the root font size
113
+ as a specific px value and use px values
114
+ for media queries.
115
+
116
+ Accepts true or false
117
+ ----------------------------------------
118
+ */
119
+ /*
120
+ ----------------------------------------
121
+ Global styles
122
+ ----------------------------------------
123
+ Adds basic styling for the following
124
+ unclassed elements:
125
+
126
+ - paragraph: paragraph text
127
+ - link: links
128
+ - content: paragraph text, links,
129
+ headings, lists, and tables
130
+ ----------------------------------------
131
+ */
132
+ /*
133
+ ----------------------------------------
134
+ Broswer compatibility mode
135
+ ----------------------------------------
136
+ When true, outputs woff and ttf font
137
+ formats in addition to woff2
138
+ ----------------------------------------
139
+ */
140
+ /*
141
+ ----------------------------------------
142
+ Font path
143
+ ----------------------------------------
144
+ Relative font file path
145
+ ----------------------------------------
146
+ */
147
+ /*
148
+ ----------------------------------------
149
+ Custom typeface tokens
150
+ ----------------------------------------
151
+ Add a new custom typeface token if
152
+ your project uses a typeface not already
153
+ defined by USWDS.
154
+ ----------------------------------------
155
+ USWDS defines the following tokens
156
+ by default:
157
+ ----------------------------------------
158
+ 'georgia'
159
+ 'helvetica'
160
+ 'merriweather'
161
+ 'open-sans'
162
+ 'public-sans'
163
+ 'roboto-mono'
164
+ 'source-sans-pro'
165
+ 'system'
166
+ 'tahoma'
167
+ 'verdana'
168
+ ----------------------------------------
169
+ Add as many new tokens as you have
170
+ custom typefaces. Reference your new
171
+ token(s) in the type-based font settings
172
+ using the quoted name of the token.
173
+
174
+ For example:
175
+
176
+ $theme-font-type-cond: 'example-font-token';
177
+
178
+ display-name:
179
+ The display name of your font
180
+
181
+ cap-height:
182
+ The height of a 500px `N` in Sketch
183
+ ----------------------------------------
184
+ You should change `example-[style]-token`
185
+ names to something more descriptive.
186
+ ----------------------------------------
187
+ */
188
+ /*
189
+ ----------------------------------------
190
+ Type-based font settings
191
+ ----------------------------------------
192
+ Set the type-based tokens for your
193
+ project from the following tokens,
194
+ or from any new font tokens you added in
195
+ $theme-typeface-tokens.
196
+ ----------------------------------------
197
+ 'georgia'
198
+ 'helvetica'
199
+ 'merriweather'
200
+ 'open-sans'
201
+ 'public-sans'
202
+ 'roboto-mono'
203
+ 'source-sans-pro'
204
+ 'system'
205
+ 'tahoma'
206
+ 'verdana'
207
+ ----------------------------------------
208
+ */
209
+ /*
210
+ ----------------------------------------
211
+ Custom font stacks
212
+ ----------------------------------------
213
+ Add custom font stacks to any of the
214
+ type-based fonts. Any USWDS typeface
215
+ token already has a default stack.
216
+
217
+ Custom stacks don't need to include the
218
+ font's display name. It will
219
+ automatically appear at the start of
220
+ the stack.
221
+ ----------------------------------------
222
+ Example:
223
+ $theme-font-type-sans: 'source-sans-pro';
224
+ $theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;
225
+
226
+ Output:
227
+ font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
228
+ ----------------------------------------
229
+ */
230
+ /*
231
+ ----------------------------------------
232
+ Add any custom font source files
233
+ ----------------------------------------
234
+ If you want USWDS to generate additional
235
+ @font-face declarations, add your font
236
+ data below, following the example that
237
+ follows.
238
+ ----------------------------------------
239
+ USWDS automatically generates @font-face
240
+ declarations for the following
241
+
242
+ 'merriweather'
243
+ 'public-sans'
244
+ 'roboto-mono'
245
+ 'source-sans-pro'
246
+
247
+ These typefaces not require custom
248
+ source files.
249
+ ----------------------------------------
250
+ EXAMPLE
251
+
252
+ - dir:
253
+ Directory relative to $theme-font-path
254
+ - This directory should include fonts saved as
255
+ .woff2
256
+ ExampleSerif-Normal.woff2
257
+
258
+ $theme-font-serif-custom-src: (
259
+ dir: 'custom/example-serif',
260
+ roman: (
261
+ 100: false,
262
+ 200: false,
263
+ 300: 'ExampleSerif-Light',
264
+ 400: 'ExampleSerif-Normal',
265
+ 500: false,
266
+ 600: false,
267
+ 700: 'ExampleSerif-Bold',
268
+ 800: false,
269
+ 900: false,
270
+ ),
271
+ italic: (
272
+ 100: false,
273
+ 200: false,
274
+ 300: 'ExampleSerif-LightItalic',
275
+ 400: 'ExampleSerif-Italic',
276
+ 500: false,
277
+ 600: false,
278
+ 700: 'ExampleSerif-BoldItalic',
279
+ 800: false,
280
+ 900: false,
281
+ ),
282
+ );
283
+ ----------------------------------------
284
+ */
285
+ /*
286
+ ----------------------------------------
287
+ Role-based font settings
288
+ ----------------------------------------
289
+ Set the role-based tokens for your
290
+ project from the following font-type
291
+ tokens.
292
+ ----------------------------------------
293
+ 'cond'
294
+ 'icon'
295
+ 'lang'
296
+ 'mono'
297
+ 'sans'
298
+ 'serif'
299
+ ----------------------------------------
300
+ */
301
+ /*
302
+ ----------------------------------------
303
+ Type scale
304
+ ----------------------------------------
305
+ Define your project's type scale using
306
+ values from the USWDS system type scale
307
+
308
+ 1-20
309
+ ----------------------------------------
310
+ */
311
+ /*
312
+ ----------------------------------------
313
+ Font weights
314
+ ----------------------------------------
315
+ Assign weights 100-900
316
+ Or use `false` for unneeded weights.
317
+ ----------------------------------------
318
+ */
319
+ /*
320
+ ----------------------------------------
321
+ General typography settings
322
+ ----------------------------------------
323
+ Type scale tokens
324
+ ----------------------------------------
325
+ micro: 10px
326
+ 1: 12px
327
+ 2: 13px
328
+ 3: 14px
329
+ 4: 15px
330
+ 5: 16px
331
+ 6: 17px
332
+ 7: 18px
333
+ 8: 20px
334
+ 9: 22px
335
+ 10: 24px
336
+ 11: 28px
337
+ 12: 32px
338
+ 13: 36px
339
+ 14: 40px
340
+ 15: 48px
341
+ 16: 56px
342
+ 17: 64px
343
+ 18: 80px
344
+ 19: 120px
345
+ 20: 140px
346
+ ----------------------------------------
347
+ Line height tokens
348
+ ----------------------------------------
349
+ 1: 1
350
+ 2: 1.15
351
+ 3: 1.35
352
+ 4: 1.5
353
+ 5: 1.62
354
+ 6: 1.75
355
+ ----------------------------------------
356
+ Font role tokens
357
+ ----------------------------------------
358
+ 'ui'
359
+ 'heading'
360
+ 'body'
361
+ 'code'
362
+ 'alt'
363
+ ----------------------------------------
364
+ Measure (max-width) tokens
365
+ ----------------------------------------
366
+ 1: 44ex
367
+ 2: 60ex
368
+ 3: 64ex
369
+ 4: 68ex
370
+ 5: 74ex
371
+ 6: 88ex
372
+ none: none
373
+ ----------------------------------------
374
+ */
375
+ /*
376
+ * * * * * ==============================
377
+ * * * * * ==============================
378
+ * * * * * ==============================
379
+ * * * * * ==============================
380
+ ========================================
381
+ ========================================
382
+ ========================================
383
+ ----------------------------------------
384
+ COLOR SETTINGS
385
+ ----------------------------------------
386
+ Read more about settings and
387
+ USWDS color tokens in the documentation:
388
+ https://designsystem.digital.gov/design-tokens/color
389
+ ----------------------------------------
390
+ */
391
+ /*
392
+ ----------------------------------------
393
+ Theme palette colors
394
+ ----------------------------------------
395
+ */
396
+ /*
397
+ ----------------------------------------
398
+ State palette colors
399
+ ----------------------------------------
400
+ */
401
+ /*
402
+ ----------------------------------------
403
+ General colors
404
+ ----------------------------------------
405
+ */
406
+ /*
407
+ * * * * * ==============================
408
+ * * * * * ==============================
409
+ * * * * * ==============================
410
+ * * * * * ==============================
411
+ ========================================
412
+ ========================================
413
+ ========================================
414
+ ----------------------------------------
415
+ COMPONENT SETTINGS
416
+ ----------------------------------------
417
+ Read more about settings and
418
+ USWDS style tokens in the documentation:
419
+ https://designsystem.digital.gov/design-tokens
420
+ ----------------------------------------
421
+ */
422
+ /*
423
+ * * * * * ==============================
424
+ * * * * * ==============================
425
+ * * * * * ==============================
426
+ * * * * * ==============================
427
+ ========================================
428
+ ========================================
429
+ ========================================
430
+ ----------------------------------------
431
+ SPACING SETTINGS
432
+ ----------------------------------------
433
+ Read more about settings and
434
+ USWDS spacing units tokens in the
435
+ documentation:
436
+ https://designsystem.digital.gov/design-tokens/spacing-units
437
+ ----------------------------------------
438
+ */
439
+ /*
440
+ ----------------------------------------
441
+ Border radius
442
+ ----------------------------------------
443
+ 2px 2px
444
+ 0.5 4px
445
+ 1 8px
446
+ 1.5 12px
447
+ 2 16px
448
+ 2.5 20px
449
+ 3 24px
450
+ 4 32px
451
+ 5 40px
452
+ 6 48px
453
+ 7 56px
454
+ 8 64px
455
+ 9 72px
456
+ ----------------------------------------
457
+ */
458
+ /*
459
+ ----------------------------------------
460
+ Column gap
461
+ ----------------------------------------
462
+ 2px 2px
463
+ 0.5 4px
464
+ 1 8px
465
+ 2 16px
466
+ 3 24px
467
+ 4 32px
468
+ 5 40px
469
+ 6 48px
470
+ ----------------------------------------
471
+ */
472
+ /*
473
+ ----------------------------------------
474
+ Grid container max-width
475
+ ----------------------------------------
476
+ mobile
477
+ mobile-lg
478
+ tablet
479
+ tablet-lg
480
+ desktop
481
+ desktop-lg
482
+ widescreen
483
+ ----------------------------------------
484
+ */
485
+ /*
486
+ ----------------------------------------
487
+ Site
488
+ ----------------------------------------
489
+ */
490
+ /*
491
+ * * * * * ==============================
492
+ * * * * * ==============================
493
+ * * * * * ==============================
494
+ * * * * * ==============================
495
+ ========================================
496
+ ========================================
497
+ ========================================
498
+ ----------------------------------------
499
+ UTILITIES SETTINGS
500
+ ----------------------------------------
501
+ Read more about settings and
502
+ USWDS utilities in the documentation:
503
+ https://designsystem.digital.gov/utilities
504
+ ----------------------------------------
505
+ */
506
+ /*
507
+ ----------------------------------------
508
+ Utility breakpoints
509
+ ----------------------------------------
510
+ Which breakpoints does your project
511
+ need? Select as `true` any breakpoint
512
+ used by utilities or layout grid
513
+ ----------------------------------------
514
+ */
515
+ /*
516
+ ----------------------------------------
517
+ Global colors
518
+ ----------------------------------------
519
+ The following palettes will be added to
520
+ - background-color
521
+ - border-color
522
+ - color
523
+ - text-decoration-color
524
+ ----------------------------------------
525
+ */
526
+ /*
527
+ ----------------------------------------
528
+ Settings
529
+ ----------------------------------------
530
+ */
531
+ /*
532
+ ----------------------------------------
533
+ Values
534
+ ----------------------------------------
535
+ */
536
+ /*
537
+ ----------------------------------------
538
+ color()
539
+ ----------------------------------------
540
+ Derive a color from a color shortcode
541
+ ----------------------------------------
542
+ */
543
+ /*
544
+ ----------------------------------------
545
+ append-important()
546
+ ----------------------------------------
547
+ Append `!important` to a list
548
+ ----------------------------------------
549
+ */
550
+ /*
551
+ ----------------------------------------
552
+ get-last()
553
+ ----------------------------------------
554
+ Return the last item of a list,
555
+ Return null if the value is null
556
+ ----------------------------------------
557
+ */
558
+ /*
559
+ ----------------------------------------
560
+ de-list()
561
+ ----------------------------------------
562
+ Transform a one-element list or arglist
563
+ into that single element.
564
+ ----------------------------------------
565
+ (1) => 1
566
+ ((1)) => (1)
567
+ ----------------------------------------
568
+ */
569
+ /*
570
+ ----------------------------------------
571
+ error-not-token()
572
+ ----------------------------------------
573
+ Returns a common not-a-token error.
574
+ ----------------------------------------
575
+ */
576
+ /*
577
+ ----------------------------------------
578
+ uswds-error()
579
+ ----------------------------------------
580
+ Allow the system to pass an error as text
581
+ to test error states in unit testing
582
+ ----------------------------------------
583
+ */
584
+ /*
585
+ ----------------------------------------
586
+ get-default()
587
+ ----------------------------------------
588
+ Returns the default value from a map
589
+ of project defaults
590
+ get-default("bg-color")
591
+ > $theme-body-background-color
592
+ ----------------------------------------
593
+ */
594
+ /*
595
+ ----------------------------------------
596
+ has-important()
597
+ ----------------------------------------
598
+ Check to see if `!important` is
599
+ being passed in a mixin's props
600
+ ----------------------------------------
601
+ */
602
+ /*
603
+ ----------------------------------------
604
+ map-collect()
605
+ ----------------------------------------
606
+ Collect multiple maps into a single
607
+ large map
608
+ source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
609
+ ----------------------------------------
610
+ */
611
+ /*
612
+ ----------------------------------------
613
+ map-deep-get()
614
+ ----------------------------------------
615
+ @author Hugo Giraudel
616
+ @access public
617
+ @param {Map} $map - Map
618
+ @param {Arglist} $keys - Key chain
619
+ @return {*} - Desired value
620
+ ----------------------------------------
621
+ */
622
+ /*
623
+ ----------------------------------------
624
+ multi-cat()
625
+ ----------------------------------------
626
+ Concatenate two lists
627
+ ----------------------------------------
628
+ */
629
+ /*
630
+ ----------------------------------------
631
+ remove()
632
+ ----------------------------------------
633
+ Remove a value from a list
634
+ ----------------------------------------
635
+ */
636
+ /*
637
+ ----------------------------------------
638
+ smart-quote()
639
+ ----------------------------------------
640
+ Quotes strings
641
+ Inspects `px`, `xs`, and `xl` numbers
642
+ Leaves bools as is
643
+ ----------------------------------------
644
+ */
645
+ /*
646
+ ----------------------------------------
647
+ str-replace()
648
+ ----------------------------------------
649
+ Replace any substring with another
650
+ string
651
+ ----------------------------------------
652
+ */
653
+ /*
654
+ ----------------------------------------
655
+ str-split()
656
+ ----------------------------------------
657
+ Split a string at a given separator
658
+ and convert into a list of substrings
659
+ ----------------------------------------
660
+ */
661
+ /*
662
+ ----------------------------------------
663
+ strip-unit()
664
+ ----------------------------------------
665
+ Remove the unit of a length
666
+ @author Hugo Giraudel
667
+ @param {Number} $number - Number to remove unit from
668
+ @return {Number} - Unitless number
669
+ ----------------------------------------
670
+ */
671
+ /*
672
+ ----------------------------------------
673
+ base-to-map()
674
+ @TODO: Deprecate and delete
675
+ ----------------------------------------
676
+ Convert a single base to a USWDS
677
+ value map.
678
+
679
+ Candidate for deprecation if we remove
680
+ isReadable
681
+ ----------------------------------------
682
+ */
683
+ /*
684
+ ----------------------------------------
685
+ to-number()
686
+ ----------------------------------------
687
+ Casts a string into a number
688
+ ----------------------------------------
689
+ @param {String | Number} $value - Value to be parsed
690
+ @return {Number}
691
+ ----------------------------------------
692
+ */
693
+ /*
694
+ ----------------------------------------
695
+ unpack()
696
+ ----------------------------------------
697
+ Create lists of single items from lists
698
+ of lists.
699
+ ----------------------------------------
700
+ (1, (2.1, 2.2), 3) -->
701
+ (1, 2.1, 2.2, 3)
702
+ ----------------------------------------
703
+ */
704
+ /*
705
+ ----------------------------------------
706
+ color()
707
+ ----------------------------------------
708
+ Derive a color from a color shortcode
709
+ ----------------------------------------
710
+ */
711
+ /*
712
+ ----------------------------------------
713
+ color()
714
+ ----------------------------------------
715
+ Derive a color from a color shortcode
716
+ ----------------------------------------
717
+ */
718
+ /*
719
+ ----------------------------------------
720
+ get-system-color()
721
+ ----------------------------------------
722
+ Derive a system color from its
723
+ family, value, and vivid or a passed
724
+ variable that is, itself, a list
725
+ ----------------------------------------
726
+ */
727
+ /*
728
+ ----------------------------------------
729
+ color()
730
+ ----------------------------------------
731
+ Derive a color from a color shortcode
732
+ ----------------------------------------
733
+ */
734
+ /*
735
+ ----------------------------------------
736
+ color()
737
+ ----------------------------------------
738
+ Derive a color from a color shortcode
739
+ ----------------------------------------
740
+ */
741
+ /*
742
+ ----------------------------------------
743
+ color()
744
+ ----------------------------------------
745
+ Derive a color from a color shortcode
746
+ ----------------------------------------
747
+ */
748
+ /*
749
+ ----------------------------------------
750
+ set-theme-color()
751
+ ----------------------------------------
752
+ Derive a color from a system color token
753
+ or a hex value
754
+ ----------------------------------------
755
+ */
756
+ /*
757
+ ----------------------------------------
758
+ px-to-rem()
759
+ ----------------------------------------
760
+ Converts a value in px to a value in rem
761
+ ----------------------------------------
762
+ */
763
+ /*
764
+ ----------------------------------------
765
+ rem-to-px()
766
+ ----------------------------------------
767
+ Converts a value in rem to a value in px
768
+ ----------------------------------------
769
+ */
770
+ /*
771
+ ----------------------------------------
772
+ rem-to-user-em()
773
+ ----------------------------------------
774
+ Converts a value in rem to a value in
775
+ [user-settings] em for use in media
776
+ queries
777
+ ----------------------------------------
778
+ */
779
+ /*
780
+ ----------------------------------------
781
+ spacing-multiple()
782
+ ----------------------------------------
783
+ Converts a spacing unit multiple into
784
+ the desired final units (currently rem)
785
+ ----------------------------------------
786
+ */
787
+ /*
788
+ ----------------------------------------
789
+ units()
790
+ ----------------------------------------
791
+ Converts a spacing unit into
792
+ the desired final units (currently rem)
793
+ ----------------------------------------
794
+ */
795
+ /*
796
+ ----------------------------------------
797
+ number-to-token()
798
+ ----------------------------------------
799
+ Converts an integer or numeric value
800
+ into a system value
801
+
802
+ Ex: 0.5 --> '05'
803
+ -1px --> 'neg-1px'
804
+ ----------------------------------------
805
+ */
806
+ /*
807
+ ----------------------------------------
808
+ Project fonts
809
+ ----------------------------------------
810
+ Collects font settings in a map for
811
+ looping.
812
+ ----------------------------------------
813
+ */
814
+ /*
815
+ ----------------------------------------
816
+ Luminance ranges
817
+ ----------------------------------------
818
+ */
819
+ /*
820
+ ----------------------------------------
821
+ ns()
822
+ ----------------------------------------
823
+ Add a namesspace of $type if that
824
+ namespace is set to output
825
+ ----------------------------------------
826
+ */
827
+ /*
828
+ ----------------------------------------
829
+ Line height
830
+ ----------------------------------------
831
+ */
832
+ /*
833
+ ----------------------------------------
834
+ Measure
835
+ ----------------------------------------
836
+ */
837
+ /*
838
+ ----------------------------------------
839
+ cap-height()
840
+ ----------------------------------------
841
+ Get the cap height of a valid typeface
842
+ ----------------------------------------
843
+ */
844
+ /*
845
+ ----------------------------------------
846
+ validate-typeface-token()
847
+ ----------------------------------------
848
+ Check to see if a typeface-token exists.
849
+ Throw an error if a passed token does
850
+ not exist in the typeface-token map.
851
+ ----------------------------------------
852
+ */
853
+ /*
854
+ ----------------------------------------
855
+ convert-to-font-type()
856
+ ----------------------------------------
857
+ Converts a font-role token into a
858
+ font-type token. Leaves font-type tokens
859
+ unchanged.
860
+ ----------------------------------------
861
+ */
862
+ /*
863
+ ----------------------------------------
864
+ font-sources()
865
+ ----------------------------------------
866
+ Outputs a list of font sources used in
867
+ a @font-face declaration.
868
+
869
+ $theme-font-browser-compatibility: true - output woff2, woff, ttf
870
+ $theme-font-browser-compatibility: false - output woff2
871
+
872
+ @param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
873
+ @output: string
874
+
875
+ filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
876
+ ----------------------------------------
877
+ */
878
+ /*
879
+ ----------------------------------------
880
+ get-font-stack()
881
+ ----------------------------------------
882
+ Get a font stack from a style- or
883
+ role-based font token.
884
+ ----------------------------------------
885
+ */
886
+ /*
887
+ ----------------------------------------
888
+ get-typeface-token()
889
+ ----------------------------------------
890
+ Get a typeface token from a font-type or
891
+ font-role token.
892
+ ----------------------------------------
893
+ */
894
+ /*
895
+ ----------------------------------------
896
+ normalize-type-scale()
897
+ ----------------------------------------
898
+ Normalizes a specific face's optical size
899
+ to a set target
900
+ ----------------------------------------
901
+ */
902
+ /*
903
+ ----------------------------------------
904
+ system-type-scale()
905
+ ----------------------------------------
906
+ Get a value from the system type scale
907
+ ----------------------------------------
908
+ */
909
+ /*
910
+ ----------------------------------------
911
+ Easing
912
+ ----------------------------------------
913
+ */
914
+ /* deprecated.scss
915
+ ---
916
+ Occasionally the design system will deprecate
917
+ old variables or functionality. If we replace
918
+ the old functionality with something new, this is a
919
+ place to connect the old functionality to the
920
+ new functionality, in the service of better
921
+ continuity and backwards compatibility within a
922
+ major release cycle.
923
+
924
+ Note the USWDS version where we deprecated the
925
+ old functionality in a comment.
926
+
927
+ Be sure to update notifications.scss.
928
+
929
+ This file should started fresh at each
930
+ major version.
931
+ */
932
+ /*
933
+ ----------------------------------------
934
+ advanced-color()
935
+ ----------------------------------------
936
+ Derive a color from a color triplet:
937
+ [family], [grade], [variant]
938
+ ----------------------------------------
939
+ */
940
+ /*
941
+ ----------------------------------------
942
+ calculate-grade()
943
+ ----------------------------------------
944
+ Derive the grade equivalent any color,
945
+ even non-token colors
946
+ ----------------------------------------
947
+ */
948
+ /*
949
+ ----------------------------------------
950
+ color-token-assignment()
951
+ ----------------------------------------
952
+ Get the system token equivalent of any
953
+ theme color token
954
+ ----------------------------------------
955
+ */
956
+ /*
957
+ ----------------------------------------
958
+ is-system-color-token()
959
+ ----------------------------------------
960
+ Return whether a token is a system
961
+ color token
962
+ ----------------------------------------
963
+ */
964
+ /*
965
+ ----------------------------------------
966
+ is-theme-color-token()
967
+ ----------------------------------------
968
+ Return whether a token is a theme
969
+ color token
970
+ ----------------------------------------
971
+ */
972
+ /*
973
+ ----------------------------------------
974
+ color-token-family()
975
+ ----------------------------------------
976
+ Returns the family of a color token.
977
+ Returns: color-family
978
+ color-token-family("accent-warm-vivid")
979
+ > "accent-warm"
980
+ color-token-family("red-50v")
981
+ > "red"
982
+ color-token-variant(("red", 50, "vivid"))
983
+ > "red"
984
+ ----------------------------------------
985
+ */
986
+ /*
987
+ ----------------------------------------
988
+ decompose()
989
+ ----------------------------------------
990
+ Convert a color token into into a list
991
+ of form [family], [grade], [variant]
992
+ Vivid variants return "vivid" as the
993
+ variant.
994
+ If neither grade nor variant exists,
995
+ returns 'null'
996
+ ----------------------------------------
997
+ */
998
+ /*
999
+ ----------------------------------------
1000
+ color-token-family()
1001
+ ----------------------------------------
1002
+ Returns the family of a color token.
1003
+ Returns: color-family
1004
+ color-token-family("accent-warm-vivid")
1005
+ > "accent-warm"
1006
+ color-token-family("red-50v")
1007
+ > "red"
1008
+ color-token-variant(("red", 50, "vivid"))
1009
+ > "red"
1010
+ ----------------------------------------
1011
+ */
1012
+ /*
1013
+ ----------------------------------------
1014
+ color-token-grade()
1015
+ ----------------------------------------
1016
+ Returns the grade of a USWDS color token.
1017
+ Returns: color-grade
1018
+ color-token-grade("accent-warm")
1019
+ > "root"
1020
+ color-token-grade("accent-warm-vivid")
1021
+ > "root"
1022
+ color-token-grade("accent-warm-darker")
1023
+ > "darker"
1024
+ color-token-grade("red-50v")
1025
+ > 50
1026
+ color-token-variant(("red", 50, "vivid"))
1027
+ > 50
1028
+ ----------------------------------------
1029
+ */
1030
+ /*
1031
+ ----------------------------------------
1032
+ color-token-family()
1033
+ ----------------------------------------
1034
+ Returns the family of a color token.
1035
+ Returns: color-family
1036
+ color-token-family("accent-warm-vivid")
1037
+ > "accent-warm"
1038
+ color-token-family("red-50v")
1039
+ > "red"
1040
+ color-token-variant(("red", 50, "vivid"))
1041
+ > "red"
1042
+ ----------------------------------------
1043
+ */
1044
+ /*
1045
+ ----------------------------------------
1046
+ is-color-token()
1047
+ ----------------------------------------
1048
+ Returns whether a given string is a
1049
+ USWDS color token.
1050
+ ----------------------------------------
1051
+ */
1052
+ /*
1053
+ ----------------------------------------
1054
+ pow()
1055
+ ----------------------------------------
1056
+ Raises a unitless number to the power
1057
+ of another unitless number
1058
+ Includes helper functions
1059
+ ----------------------------------------
1060
+ */
1061
+ /*
1062
+ ----------------------------------------
1063
+ Helper functions
1064
+ ----------------------------------------
1065
+ */
1066
+ /* factorial()
1067
+ ----------------------------------------
1068
+ */
1069
+ /* summation()
1070
+ ----------------------------------------
1071
+ */
1072
+ /* exp-maclaurin()
1073
+ ----------------------------------------
1074
+ */
1075
+ /* ln()
1076
+ ----------------------------------------
1077
+ */
1078
+ /*
1079
+ ----------------------------------------
1080
+ color-token-type()
1081
+ ----------------------------------------
1082
+ Returns the type of a color token.
1083
+ Returns: "system" | "theme"
1084
+ ----------------------------------------
1085
+ */
1086
+ /*
1087
+ ----------------------------------------
1088
+ color-token-variant()
1089
+ ----------------------------------------
1090
+ Returns the variant of color token.
1091
+ Returns: "vivid" | false
1092
+ color-token-variant("accent-warm")
1093
+ > false
1094
+ color-token-variant("accent-warm-vivid")
1095
+ > "vivid"
1096
+ color-token-variant("red-50v")
1097
+ > "vivid"
1098
+ color-token-variant(("red", 50, "vivid"))
1099
+ > "vivid"
1100
+ ----------------------------------------
1101
+ */
1102
+ /*
1103
+ ----------------------------------------
1104
+ magic-number()
1105
+ ----------------------------------------
1106
+ Returns the magic number of two color
1107
+ grades. Takes numbers or color tokens.
1108
+ magic-number(50, 10)
1109
+ return: 40
1110
+ magic-number("red-50", "red-10")
1111
+ return: 40
1112
+ ----------------------------------------
1113
+ */
1114
+ /*
1115
+ ----------------------------------------
1116
+ is-accessible-magic-number()
1117
+ ----------------------------------------
1118
+ Returns whether two grades achieve
1119
+ specified target color contrast
1120
+ Returns: true | false
1121
+ is-accessible-magic-number(10, 50, "AA")
1122
+ > false
1123
+ is-accessible-magic-number(10, 60, "AA")
1124
+ > true
1125
+ ----------------------------------------
1126
+ */
1127
+ /*
1128
+ ----------------------------------------
1129
+ wcag-magic-number()
1130
+ ----------------------------------------
1131
+ Returns the magic number of a specific
1132
+ wcag grade:
1133
+ "AA"
1134
+ "AA-Large"
1135
+ "AAA"
1136
+ wcag-magic-number("AA")
1137
+ > 50
1138
+ ----------------------------------------
1139
+ */
1140
+ /*
1141
+ ----------------------------------------
1142
+ get-link-tokens-from-bg()
1143
+ ----------------------------------------
1144
+ Get accessible link colors for a given
1145
+ background color
1146
+ returns: link-token, hover-token
1147
+ get-link-tokens-from-bg(
1148
+ "black",
1149
+ "red-60",
1150
+ "red-10",
1151
+ "AA")
1152
+ > "red-10", "red-5"
1153
+ get-link-tokens-from-bg(
1154
+ "black",
1155
+ "red-60v",
1156
+ "red-10v",
1157
+ "AA-large")
1158
+ > "red-60v", "red-50v"
1159
+ get-link-tokens-from-bg(
1160
+ "black",
1161
+ "red-5v",
1162
+ "red-60v",
1163
+ "AA")
1164
+ > "red-5v", "white"
1165
+ get-link-tokens-from-bg(
1166
+ "black",
1167
+ "white",
1168
+ "red-60v",
1169
+ "AA")
1170
+ > "white", "white"
1171
+ ----------------------------------------
1172
+ */
1173
+ /*
1174
+ ----------------------------------------
1175
+ next-token()
1176
+ ----------------------------------------
1177
+ Returns next "darker" or "lighter" color
1178
+ token of the same token type and variant.
1179
+ Returns: color-token | false
1180
+ next-token("accent-warm", "lighter")
1181
+ > "accent-warm-light"
1182
+ next-token("gray-10", "lighter")
1183
+ > "gray-5"
1184
+ next-token("gray-5", "lighter")
1185
+ > "white"
1186
+ next-token("white", "lighter")
1187
+ > false
1188
+ next-token("red-50v", "darker")
1189
+ > "red-60v"
1190
+ next-token("red-50", "darker")
1191
+ > "red-60"
1192
+ next-token("red-80v", "darker")
1193
+ > "red-90"
1194
+ next-token("red-90", "darker")
1195
+ > "black"
1196
+ next-token("white", "darker")
1197
+ > "gray-5"
1198
+ next-token("black", "lighter")
1199
+ > "gray-90"
1200
+ ----------------------------------------
1201
+ */
1202
+ /*
1203
+ ----------------------------------------
1204
+ test-colors()
1205
+ ----------------------------------------
1206
+ Check to see if all system colors
1207
+ fall between the proper relative
1208
+ luminance range for their grade.
1209
+ Has a couple quirks, as the luminance()
1210
+ function returns slightly different
1211
+ results than expected.
1212
+ ----------------------------------------
1213
+ */
1214
+ /*
1215
+ ----------------------------------------
1216
+ columns()
1217
+ ----------------------------------------
1218
+ outputs a grid-col number based on
1219
+ the number of desired columns in the
1220
+ 12-column grid
1221
+
1222
+ Ex: columns(2) --> 6
1223
+ grid-col(columns(2))
1224
+ ----------------------------------------
1225
+ */
1226
+ /*
1227
+ ----------------------------------------
1228
+ USWDS Properties
1229
+ ----------------------------------------
1230
+ */
1231
+ /*
1232
+ ----------------------------------------
1233
+ get-uswds-value()
1234
+ ----------------------------------------
1235
+ Finds and outputs a value from the
1236
+ USWDS standard values.
1237
+
1238
+ Used to build other standard utility
1239
+ functions and mixins.
1240
+ ----------------------------------------
1241
+ */
1242
+ /*
1243
+ ----------------------------------------
1244
+ get-standard-values()
1245
+ ----------------------------------------
1246
+ Gets a map of USWDS standard values
1247
+ for a property
1248
+ ----------------------------------------
1249
+ */
1250
+ /*
1251
+ ----------------------------------------
1252
+ border-radius()
1253
+ ----------------------------------------
1254
+ Get a border-radius from the system
1255
+ border-radii
1256
+ ----------------------------------------
1257
+ */
1258
+ /*
1259
+ ----------------------------------------
1260
+ font-weight()
1261
+ fw()
1262
+ ----------------------------------------
1263
+ Get a font-weight value from the
1264
+ system font-weight
1265
+ ----------------------------------------
1266
+ */
1267
+ /*
1268
+ ----------------------------------------
1269
+ feature()
1270
+ ----------------------------------------
1271
+ Gets a valid USWDS font feature setting
1272
+ ----------------------------------------
1273
+ */
1274
+ /*
1275
+ ----------------------------------------
1276
+ flex()
1277
+ ----------------------------------------
1278
+ Gets a valid USWDS flex value
1279
+ ----------------------------------------
1280
+ */
1281
+ /*
1282
+ ----------------------------------------
1283
+ font-family()
1284
+ family()
1285
+ ----------------------------------------
1286
+ Get a font-family stack from a
1287
+ role-based or type-based font family
1288
+ ----------------------------------------
1289
+ */
1290
+ /*
1291
+ ----------------------------------------
1292
+ letter-spacing()
1293
+ ls()
1294
+ ----------------------------------------
1295
+ Get a letter-spacing value from the
1296
+ system letter-spacing
1297
+ ----------------------------------------
1298
+ */
1299
+ /*
1300
+ ----------------------------------------
1301
+ measure()
1302
+ ----------------------------------------
1303
+ Gets a valid USWDS reading line length
1304
+ ----------------------------------------
1305
+ */
1306
+ /*
1307
+ ----------------------------------------
1308
+ opacity()
1309
+ ----------------------------------------
1310
+ Get an opacity from the system
1311
+ opacities
1312
+ ----------------------------------------
1313
+ */
1314
+ /*
1315
+ ----------------------------------------
1316
+ order()
1317
+ ----------------------------------------
1318
+ Get an order value from the
1319
+ system orders
1320
+ ----------------------------------------
1321
+ */
1322
+ /*
1323
+ ----------------------------------------
1324
+ radius()
1325
+ ----------------------------------------
1326
+ Get a border-radius value from the
1327
+ system letter-spacing
1328
+ ----------------------------------------
1329
+ */
1330
+ /*
1331
+ ----------------------------------------
1332
+ font-size()
1333
+ ----------------------------------------
1334
+ Get type scale value from a [family] and
1335
+ [scale]
1336
+ ----------------------------------------
1337
+ */
1338
+ /*
1339
+ ----------------------------------------
1340
+ z-index()
1341
+ z()
1342
+ ----------------------------------------
1343
+ Get a z-index value from the
1344
+ system z-index
1345
+ ----------------------------------------
1346
+ */
1347
+ /*
1348
+ ----------------------------------------
1349
+ utility-font()
1350
+ ----------------------------------------
1351
+ Get a normalized font-size in rem from
1352
+ a family and a type size in either
1353
+ system scale or project scale
1354
+ ----------------------------------------
1355
+ Not the public-facing function.
1356
+ Used for building the utilities and
1357
+ withholds certain errors.
1358
+ ----------------------------------------
1359
+ */
1360
+ /*
1361
+ ----------------------------------------
1362
+ family()
1363
+ ----------------------------------------
1364
+ Get a font-family stack
1365
+ ----------------------------------------
1366
+ */
1367
+ /*
1368
+ ----------------------------------------
1369
+ size()
1370
+ ----------------------------------------
1371
+ Get a normalized font-size in rem from
1372
+ a family and a type size in either
1373
+ system scale or project scale
1374
+ ----------------------------------------
1375
+ */
1376
+ /*
1377
+ ----------------------------------------
1378
+ font()
1379
+ ----------------------------------------
1380
+ Get a font-family stack
1381
+ AND
1382
+ Get a normalized font-size in rem from
1383
+ a family and a type size in either
1384
+ system scale or project scale
1385
+ ----------------------------------------
1386
+ */
1387
+ /*
1388
+ ----------------------------------------
1389
+ typeset()
1390
+ ----------------------------------------
1391
+ Sets:
1392
+ - family
1393
+ - size
1394
+ - line-height
1395
+ ----------------------------------------
1396
+ */
1397
+ /* stylelint-disable max-nesting-depth */
1398
+ /*
1399
+ ----------------------------------------
1400
+ @render-pseudoclass
1401
+ ----------------------------------------
1402
+ Build a pseucoclass utiliy from values
1403
+ calculated in the @render-utilities-in
1404
+ loop
1405
+ ----------------------------------------
1406
+ */
1407
+ /*
1408
+ ----------------------------------------
1409
+ @render-utility
1410
+ ----------------------------------------
1411
+ Build a utility from values calculated
1412
+ in the @render-utilities-in loop
1413
+ ----------------------------------------
1414
+ TODO: Determine the proper use of
1415
+ unquote() in the following. Changed to
1416
+ account for a 'interpolation near
1417
+ operators will be simplified in a
1418
+ future version of Sass' warning.
1419
+ ----------------------------------------
1420
+ */
1421
+ /*
1422
+ ----------------------------------------
1423
+ @render-utilities-in
1424
+ ----------------------------------------
1425
+ The master loop that sets the building
1426
+ blocks of utilities from the values
1427
+ in individual rule settings and loops
1428
+ through all possible variants
1429
+ ----------------------------------------
1430
+ */
1431
+ /* stylelint-enable */
1432
+ /* notifications.scss
1433
+ ---
1434
+ Adds a notification at the top of each USWDS
1435
+ compile. Use this file for important notifications
1436
+ and updates to the design system.
1437
+
1438
+ This file should started fresh at each
1439
+ major version.
1440
+
1441
+ */
1442
+ /* prettier-ignore */
1443
+ /* prettier-ignore */
1444
+ /* stylelint-disable */
1445
+ @font-face {
1446
+ font-family: "Roboto Mono Web";
1447
+ font-style: normal;
1448
+ font-weight: 300;
1449
+ font-display: fallback;
1450
+ src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2");
1451
+ }
1452
+ @font-face {
1453
+ font-family: "Roboto Mono Web";
1454
+ font-style: normal;
1455
+ font-weight: 400;
1456
+ font-display: fallback;
1457
+ src: url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2");
1458
+ }
1459
+ @font-face {
1460
+ font-family: "Roboto Mono Web";
1461
+ font-style: normal;
1462
+ font-weight: 700;
1463
+ font-display: fallback;
1464
+ src: url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2");
1465
+ }
1466
+ @font-face {
1467
+ font-family: "Roboto Mono Web";
1468
+ font-style: italic;
1469
+ font-weight: 300;
1470
+ font-display: fallback;
1471
+ src: url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2");
1472
+ }
1473
+ @font-face {
1474
+ font-family: "Roboto Mono Web";
1475
+ font-style: italic;
1476
+ font-weight: 400;
1477
+ font-display: fallback;
1478
+ src: url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2");
1479
+ }
1480
+ @font-face {
1481
+ font-family: "Roboto Mono Web";
1482
+ font-style: italic;
1483
+ font-weight: 700;
1484
+ font-display: fallback;
1485
+ src: url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2");
1486
+ }
1487
+ @font-face {
1488
+ font-family: "Source Sans Pro Web";
1489
+ font-style: normal;
1490
+ font-weight: 300;
1491
+ font-display: fallback;
1492
+ src: url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2");
1493
+ }
1494
+ @font-face {
1495
+ font-family: "Source Sans Pro Web";
1496
+ font-style: normal;
1497
+ font-weight: 400;
1498
+ font-display: fallback;
1499
+ src: url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2");
1500
+ }
1501
+ @font-face {
1502
+ font-family: "Source Sans Pro Web";
1503
+ font-style: normal;
1504
+ font-weight: 700;
1505
+ font-display: fallback;
1506
+ src: url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2");
1507
+ }
1508
+ @font-face {
1509
+ font-family: "Source Sans Pro Web";
1510
+ font-style: italic;
1511
+ font-weight: 300;
1512
+ font-display: fallback;
1513
+ src: url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2");
1514
+ }
1515
+ @font-face {
1516
+ font-family: "Source Sans Pro Web";
1517
+ font-style: italic;
1518
+ font-weight: 400;
1519
+ font-display: fallback;
1520
+ src: url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2");
1521
+ }
1522
+ @font-face {
1523
+ font-family: "Source Sans Pro Web";
1524
+ font-style: italic;
1525
+ font-weight: 700;
1526
+ font-display: fallback;
1527
+ src: url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2");
1528
+ }
1529
+ @font-face {
1530
+ font-family: "Merriweather Web";
1531
+ font-style: normal;
1532
+ font-weight: 300;
1533
+ font-display: fallback;
1534
+ src: url(../fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2");
1535
+ }
1536
+ @font-face {
1537
+ font-family: "Merriweather Web";
1538
+ font-style: normal;
1539
+ font-weight: 400;
1540
+ font-display: fallback;
1541
+ src: url(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2");
1542
+ }
1543
+ @font-face {
1544
+ font-family: "Merriweather Web";
1545
+ font-style: normal;
1546
+ font-weight: 700;
1547
+ font-display: fallback;
1548
+ src: url(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2");
1549
+ }
1550
+ @font-face {
1551
+ font-family: "Merriweather Web";
1552
+ font-style: italic;
1553
+ font-weight: 300;
1554
+ font-display: fallback;
1555
+ src: url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2");
1556
+ }
1557
+ @font-face {
1558
+ font-family: "Merriweather Web";
1559
+ font-style: italic;
1560
+ font-weight: 400;
1561
+ font-display: fallback;
1562
+ src: url(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2");
1563
+ }
1564
+ @font-face {
1565
+ font-family: "Merriweather Web";
1566
+ font-style: italic;
1567
+ font-weight: 700;
1568
+ font-display: fallback;
1569
+ src: url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2");
1570
+ }
1571
+ /* stylelint-enable */
1572
+ /* latin */
1573
+ @font-face {
1574
+ font-family: "Bitter";
1575
+ font-style: normal;
1576
+ font-weight: 400;
1577
+ src: local("Bitter Regular"), local("Bitter-Regular"), url("~@department-of-veterans-affairs/css-library/dist/fonts/bitter-regular.woff2") format("woff2"), url("~@department-of-veterans-affairs/css-library/dist/fonts/bitter-regular.ttf") format("truetype");
1578
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
1579
+ }
1580
+ /* latin */
1581
+ @font-face {
1582
+ font-family: "Bitter";
1583
+ font-style: normal;
1584
+ font-weight: 700;
1585
+ src: local("Bitter Bold"), local("Bitter-Bold"), url("~@department-of-veterans-affairs/css-library/dist/fonts/bitter-bold.woff2") format("woff2"), url("~@department-of-veterans-affairs/css-library/dist/fonts/bitter-bold.ttf") format("truetype");
1586
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
1587
+ }
1588
+
1589
+ /*# sourceMappingURL=fonts.css.map */