@griddo/ax 1.57.22 → 1.58.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 (137) hide show
  1. package/package.json +3 -3
  2. package/public/fonts/fonts.css +276 -1134
  3. package/src/Style/fonts.tsx +28 -1522
  4. package/src/Style/index.tsx +1 -2
  5. package/src/api/sites.tsx +7 -4
  6. package/src/api/structuredData.tsx +19 -0
  7. package/src/components/Browser/index.tsx +2 -2
  8. package/src/components/Fields/ReferenceField/AutoPanel/index.tsx +11 -12
  9. package/src/components/Fields/ReferenceField/Context/index.tsx +46 -27
  10. package/src/components/Fields/ReferenceField/ItemList/Item/index.tsx +1 -1
  11. package/src/components/Fields/ReferenceField/ItemList/index.tsx +6 -6
  12. package/src/components/Fields/ReferenceField/ManualPanel/index.tsx +9 -9
  13. package/src/components/Fields/ReferenceField/index.tsx +33 -36
  14. package/src/components/Fields/Select/style.tsx +0 -1
  15. package/src/components/Fields/UrlField/PageFinder/SelectionListItem/index.tsx +3 -1
  16. package/src/components/Fields/UrlField/PageFinder/index.tsx +73 -13
  17. package/src/components/Fields/UrlField/PageFinder/style.tsx +33 -1
  18. package/src/components/Fields/UrlField/index.tsx +6 -1
  19. package/src/components/MainWrapper/AppBar/style.tsx +1 -0
  20. package/src/components/SubNav/style.tsx +1 -1
  21. package/src/containers/StructuredData/actions.tsx +5 -2
  22. package/src/forms/validators.tsx +9 -10
  23. package/src/global.d.ts +2 -0
  24. package/src/hooks/forms.tsx +7 -0
  25. package/src/modules/App/Routing/NavMenu/style.tsx +0 -1
  26. package/src/modules/Content/ContentFilters/style.tsx +2 -2
  27. package/src/modules/Navigation/Defaults/Nav/style.tsx +2 -2
  28. package/src/modules/PageEditor/index.tsx +2 -5
  29. package/src/modules/Settings/ContentTypes/DataPacks/Nav/style.tsx +2 -2
  30. package/src/modules/StructuredData/StructuredDataList/ContentFilters/style.tsx +2 -2
  31. package/src/types/index.tsx +24 -0
  32. package/public/fonts/Montserrat-100-cyrillic-ext1.woff2 +0 -0
  33. package/public/fonts/Montserrat-100-cyrillic-ext46.woff2 +0 -0
  34. package/public/fonts/Montserrat-100-cyrillic2.woff2 +0 -0
  35. package/public/fonts/Montserrat-100-cyrillic47.woff2 +0 -0
  36. package/public/fonts/Montserrat-100-latin-ext4.woff2 +0 -0
  37. package/public/fonts/Montserrat-100-latin-ext49.woff2 +0 -0
  38. package/public/fonts/Montserrat-100-latin5.woff2 +0 -0
  39. package/public/fonts/Montserrat-100-latin50.woff2 +0 -0
  40. package/public/fonts/Montserrat-100-vietnamese3.woff2 +0 -0
  41. package/public/fonts/Montserrat-100-vietnamese48.woff2 +0 -0
  42. package/public/fonts/Montserrat-200-cyrillic-ext51.woff2 +0 -0
  43. package/public/fonts/Montserrat-200-cyrillic-ext6.woff2 +0 -0
  44. package/public/fonts/Montserrat-200-cyrillic52.woff2 +0 -0
  45. package/public/fonts/Montserrat-200-cyrillic7.woff2 +0 -0
  46. package/public/fonts/Montserrat-200-latin-ext54.woff2 +0 -0
  47. package/public/fonts/Montserrat-200-latin-ext9.woff2 +0 -0
  48. package/public/fonts/Montserrat-200-latin10.woff2 +0 -0
  49. package/public/fonts/Montserrat-200-latin55.woff2 +0 -0
  50. package/public/fonts/Montserrat-200-vietnamese53.woff2 +0 -0
  51. package/public/fonts/Montserrat-200-vietnamese8.woff2 +0 -0
  52. package/public/fonts/Montserrat-300-cyrillic-ext11.woff2 +0 -0
  53. package/public/fonts/Montserrat-300-cyrillic-ext56.woff2 +0 -0
  54. package/public/fonts/Montserrat-300-cyrillic12.woff2 +0 -0
  55. package/public/fonts/Montserrat-300-cyrillic57.woff2 +0 -0
  56. package/public/fonts/Montserrat-300-latin-ext14.woff2 +0 -0
  57. package/public/fonts/Montserrat-300-latin-ext59.woff2 +0 -0
  58. package/public/fonts/Montserrat-300-latin15.woff2 +0 -0
  59. package/public/fonts/Montserrat-300-latin60.woff2 +0 -0
  60. package/public/fonts/Montserrat-300-vietnamese13.woff2 +0 -0
  61. package/public/fonts/Montserrat-300-vietnamese58.woff2 +0 -0
  62. package/public/fonts/Montserrat-400-cyrillic-ext16.woff2 +0 -0
  63. package/public/fonts/Montserrat-400-cyrillic-ext61.woff2 +0 -0
  64. package/public/fonts/Montserrat-400-cyrillic17.woff2 +0 -0
  65. package/public/fonts/Montserrat-400-cyrillic62.woff2 +0 -0
  66. package/public/fonts/Montserrat-400-latin-ext19.woff2 +0 -0
  67. package/public/fonts/Montserrat-400-latin-ext64.woff2 +0 -0
  68. package/public/fonts/Montserrat-400-latin20.woff2 +0 -0
  69. package/public/fonts/Montserrat-400-latin65.woff2 +0 -0
  70. package/public/fonts/Montserrat-400-vietnamese18.woff2 +0 -0
  71. package/public/fonts/Montserrat-400-vietnamese63.woff2 +0 -0
  72. package/public/fonts/Montserrat-500-cyrillic-ext21.woff2 +0 -0
  73. package/public/fonts/Montserrat-500-cyrillic-ext66.woff2 +0 -0
  74. package/public/fonts/Montserrat-500-cyrillic22.woff2 +0 -0
  75. package/public/fonts/Montserrat-500-cyrillic67.woff2 +0 -0
  76. package/public/fonts/Montserrat-500-latin-ext24.woff2 +0 -0
  77. package/public/fonts/Montserrat-500-latin-ext69.woff2 +0 -0
  78. package/public/fonts/Montserrat-500-latin25.woff2 +0 -0
  79. package/public/fonts/Montserrat-500-latin70.woff2 +0 -0
  80. package/public/fonts/Montserrat-500-vietnamese23.woff2 +0 -0
  81. package/public/fonts/Montserrat-500-vietnamese68.woff2 +0 -0
  82. package/public/fonts/Montserrat-600-cyrillic-ext26.woff2 +0 -0
  83. package/public/fonts/Montserrat-600-cyrillic-ext71.woff2 +0 -0
  84. package/public/fonts/Montserrat-600-cyrillic27.woff2 +0 -0
  85. package/public/fonts/Montserrat-600-cyrillic72.woff2 +0 -0
  86. package/public/fonts/Montserrat-600-latin-ext29.woff2 +0 -0
  87. package/public/fonts/Montserrat-600-latin-ext74.woff2 +0 -0
  88. package/public/fonts/Montserrat-600-latin30.woff2 +0 -0
  89. package/public/fonts/Montserrat-600-latin75.woff2 +0 -0
  90. package/public/fonts/Montserrat-600-vietnamese28.woff2 +0 -0
  91. package/public/fonts/Montserrat-600-vietnamese73.woff2 +0 -0
  92. package/public/fonts/Montserrat-700-cyrillic-ext31.woff2 +0 -0
  93. package/public/fonts/Montserrat-700-cyrillic-ext76.woff2 +0 -0
  94. package/public/fonts/Montserrat-700-cyrillic32.woff2 +0 -0
  95. package/public/fonts/Montserrat-700-cyrillic77.woff2 +0 -0
  96. package/public/fonts/Montserrat-700-latin-ext34.woff2 +0 -0
  97. package/public/fonts/Montserrat-700-latin-ext79.woff2 +0 -0
  98. package/public/fonts/Montserrat-700-latin35.woff2 +0 -0
  99. package/public/fonts/Montserrat-700-latin80.woff2 +0 -0
  100. package/public/fonts/Montserrat-700-vietnamese33.woff2 +0 -0
  101. package/public/fonts/Montserrat-700-vietnamese78.woff2 +0 -0
  102. package/public/fonts/Montserrat-800-cyrillic-ext36.woff2 +0 -0
  103. package/public/fonts/Montserrat-800-cyrillic-ext81.woff2 +0 -0
  104. package/public/fonts/Montserrat-800-cyrillic37.woff2 +0 -0
  105. package/public/fonts/Montserrat-800-cyrillic82.woff2 +0 -0
  106. package/public/fonts/Montserrat-800-latin-ext39.woff2 +0 -0
  107. package/public/fonts/Montserrat-800-latin-ext84.woff2 +0 -0
  108. package/public/fonts/Montserrat-800-latin40.woff2 +0 -0
  109. package/public/fonts/Montserrat-800-latin85.woff2 +0 -0
  110. package/public/fonts/Montserrat-800-vietnamese38.woff2 +0 -0
  111. package/public/fonts/Montserrat-800-vietnamese83.woff2 +0 -0
  112. package/public/fonts/Montserrat-900-cyrillic-ext41.woff2 +0 -0
  113. package/public/fonts/Montserrat-900-cyrillic-ext86.woff2 +0 -0
  114. package/public/fonts/Montserrat-900-cyrillic42.woff2 +0 -0
  115. package/public/fonts/Montserrat-900-cyrillic87.woff2 +0 -0
  116. package/public/fonts/Montserrat-900-latin-ext44.woff2 +0 -0
  117. package/public/fonts/Montserrat-900-latin-ext89.woff2 +0 -0
  118. package/public/fonts/Montserrat-900-latin45.woff2 +0 -0
  119. package/public/fonts/Montserrat-900-latin90.woff2 +0 -0
  120. package/public/fonts/Montserrat-900-vietnamese43.woff2 +0 -0
  121. package/public/fonts/Montserrat-900-vietnamese88.woff2 +0 -0
  122. package/public/fonts/PT_Serif-400-cyrillic-ext91.woff2 +0 -0
  123. package/public/fonts/PT_Serif-400-cyrillic-ext99.woff2 +0 -0
  124. package/public/fonts/PT_Serif-400-cyrillic100.woff2 +0 -0
  125. package/public/fonts/PT_Serif-400-cyrillic92.woff2 +0 -0
  126. package/public/fonts/PT_Serif-400-latin-ext101.woff2 +0 -0
  127. package/public/fonts/PT_Serif-400-latin-ext93.woff2 +0 -0
  128. package/public/fonts/PT_Serif-400-latin102.woff2 +0 -0
  129. package/public/fonts/PT_Serif-400-latin94.woff2 +0 -0
  130. package/public/fonts/PT_Serif-700-cyrillic-ext103.woff2 +0 -0
  131. package/public/fonts/PT_Serif-700-cyrillic-ext95.woff2 +0 -0
  132. package/public/fonts/PT_Serif-700-cyrillic104.woff2 +0 -0
  133. package/public/fonts/PT_Serif-700-cyrillic96.woff2 +0 -0
  134. package/public/fonts/PT_Serif-700-latin-ext105.woff2 +0 -0
  135. package/public/fonts/PT_Serif-700-latin-ext97.woff2 +0 -0
  136. package/public/fonts/PT_Serif-700-latin106.woff2 +0 -0
  137. package/public/fonts/PT_Serif-700-latin98.woff2 +0 -0
@@ -1,1710 +1,852 @@
1
1
  /* cyrillic-ext */
2
2
  @font-face {
3
- font-family: 'Montserrat';
4
- font-style: italic;
5
- font-weight: 100;
6
- font-display: swap;
7
- src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('./Montserrat-100-cyrillic-ext1.woff2') format('woff2');
8
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9
- }
10
- /* cyrillic */
11
- @font-face {
12
- font-family: 'Montserrat';
13
- font-style: italic;
14
- font-weight: 100;
15
- font-display: swap;
16
- src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('./Montserrat-100-cyrillic2.woff2') format('woff2');
17
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
18
- }
19
- /* vietnamese */
20
- @font-face {
21
- font-family: 'Montserrat';
22
- font-style: italic;
23
- font-weight: 100;
24
- font-display: swap;
25
- src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('./Montserrat-100-vietnamese3.woff2') format('woff2');
26
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
27
- }
28
- /* latin-ext */
29
- @font-face {
30
- font-family: 'Montserrat';
31
- font-style: italic;
32
- font-weight: 100;
33
- font-display: swap;
34
- src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('./Montserrat-100-latin-ext4.woff2') format('woff2');
35
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
36
- }
37
- /* latin */
38
- @font-face {
39
- font-family: 'Montserrat';
40
- font-style: italic;
41
- font-weight: 100;
42
- font-display: swap;
43
- src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url('./Montserrat-100-latin5.woff2') format('woff2');
44
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
45
- }
46
- /* cyrillic-ext */
47
- @font-face {
48
- font-family: 'Montserrat';
49
- font-style: italic;
50
- font-weight: 200;
51
- font-display: swap;
52
- src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('./Montserrat-200-cyrillic-ext6.woff2') format('woff2');
53
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
54
- }
55
- /* cyrillic */
56
- @font-face {
57
- font-family: 'Montserrat';
58
- font-style: italic;
59
- font-weight: 200;
60
- font-display: swap;
61
- src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('./Montserrat-200-cyrillic7.woff2') format('woff2');
62
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
63
- }
64
- /* vietnamese */
65
- @font-face {
66
- font-family: 'Montserrat';
67
- font-style: italic;
68
- font-weight: 200;
69
- font-display: swap;
70
- src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('./Montserrat-200-vietnamese8.woff2') format('woff2');
71
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
72
- }
73
- /* latin-ext */
74
- @font-face {
75
- font-family: 'Montserrat';
76
- font-style: italic;
77
- font-weight: 200;
78
- font-display: swap;
79
- src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('./Montserrat-200-latin-ext9.woff2') format('woff2');
80
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
81
- }
82
- /* latin */
83
- @font-face {
84
- font-family: 'Montserrat';
85
- font-style: italic;
86
- font-weight: 200;
87
- font-display: swap;
88
- src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url('./Montserrat-200-latin10.woff2') format('woff2');
89
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
90
- }
91
- /* cyrillic-ext */
92
- @font-face {
93
- font-family: 'Montserrat';
94
- font-style: italic;
95
- font-weight: 300;
96
- font-display: swap;
97
- src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('./Montserrat-300-cyrillic-ext11.woff2') format('woff2');
98
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
99
- }
100
- /* cyrillic */
101
- @font-face {
102
- font-family: 'Montserrat';
103
- font-style: italic;
104
- font-weight: 300;
105
- font-display: swap;
106
- src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('./Montserrat-300-cyrillic12.woff2') format('woff2');
107
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
108
- }
109
- /* vietnamese */
110
- @font-face {
111
- font-family: 'Montserrat';
112
- font-style: italic;
113
- font-weight: 300;
114
- font-display: swap;
115
- src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('./Montserrat-300-vietnamese13.woff2') format('woff2');
116
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
117
- }
118
- /* latin-ext */
119
- @font-face {
120
- font-family: 'Montserrat';
121
- font-style: italic;
122
- font-weight: 300;
123
- font-display: swap;
124
- src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('./Montserrat-300-latin-ext14.woff2') format('woff2');
125
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
126
- }
127
- /* latin */
128
- @font-face {
129
- font-family: 'Montserrat';
130
- font-style: italic;
131
- font-weight: 300;
132
- font-display: swap;
133
- src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('./Montserrat-300-latin15.woff2') format('woff2');
134
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
135
- }
136
- /* cyrillic-ext */
137
- @font-face {
138
- font-family: 'Montserrat';
139
- font-style: italic;
140
- font-weight: 400;
141
- font-display: swap;
142
- src: local('Montserrat Italic'), local('Montserrat-Italic'), url('./Montserrat-400-cyrillic-ext16.woff2') format('woff2');
143
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
144
- }
145
- /* cyrillic */
146
- @font-face {
147
- font-family: 'Montserrat';
148
- font-style: italic;
149
- font-weight: 400;
150
- font-display: swap;
151
- src: local('Montserrat Italic'), local('Montserrat-Italic'), url('./Montserrat-400-cyrillic17.woff2') format('woff2');
152
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
153
- }
154
- /* vietnamese */
155
- @font-face {
156
- font-family: 'Montserrat';
157
- font-style: italic;
158
- font-weight: 400;
159
- font-display: swap;
160
- src: local('Montserrat Italic'), local('Montserrat-Italic'), url('./Montserrat-400-vietnamese18.woff2') format('woff2');
161
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
162
- }
163
- /* latin-ext */
164
- @font-face {
165
- font-family: 'Montserrat';
166
- font-style: italic;
167
- font-weight: 400;
168
- font-display: swap;
169
- src: local('Montserrat Italic'), local('Montserrat-Italic'), url('./Montserrat-400-latin-ext19.woff2') format('woff2');
170
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
171
- }
172
- /* latin */
173
- @font-face {
174
- font-family: 'Montserrat';
175
- font-style: italic;
176
- font-weight: 400;
177
- font-display: swap;
178
- src: local('Montserrat Italic'), local('Montserrat-Italic'), url('./Montserrat-400-latin20.woff2') format('woff2');
179
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
180
- }
181
- /* cyrillic-ext */
182
- @font-face {
183
- font-family: 'Montserrat';
184
- font-style: italic;
185
- font-weight: 500;
186
- font-display: swap;
187
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('./Montserrat-500-cyrillic-ext21.woff2') format('woff2');
188
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
189
- }
190
- /* cyrillic */
191
- @font-face {
192
- font-family: 'Montserrat';
193
- font-style: italic;
194
- font-weight: 500;
195
- font-display: swap;
196
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('./Montserrat-500-cyrillic22.woff2') format('woff2');
197
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
198
- }
199
- /* vietnamese */
200
- @font-face {
201
- font-family: 'Montserrat';
202
- font-style: italic;
203
- font-weight: 500;
204
- font-display: swap;
205
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('./Montserrat-500-vietnamese23.woff2') format('woff2');
206
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
207
- }
208
- /* latin-ext */
209
- @font-face {
210
- font-family: 'Montserrat';
211
- font-style: italic;
212
- font-weight: 500;
213
- font-display: swap;
214
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('./Montserrat-500-latin-ext24.woff2') format('woff2');
215
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
216
- }
217
- /* latin */
218
- @font-face {
219
- font-family: 'Montserrat';
220
- font-style: italic;
221
- font-weight: 500;
222
- font-display: swap;
223
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('./Montserrat-500-latin25.woff2') format('woff2');
224
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
225
- }
226
- /* cyrillic-ext */
227
- @font-face {
228
- font-family: 'Montserrat';
229
- font-style: italic;
230
- font-weight: 600;
231
- font-display: swap;
232
- src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('./Montserrat-600-cyrillic-ext26.woff2') format('woff2');
233
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
234
- }
235
- /* cyrillic */
236
- @font-face {
237
- font-family: 'Montserrat';
238
- font-style: italic;
239
- font-weight: 600;
240
- font-display: swap;
241
- src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('./Montserrat-600-cyrillic27.woff2') format('woff2');
242
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
243
- }
244
- /* vietnamese */
245
- @font-face {
246
- font-family: 'Montserrat';
247
- font-style: italic;
248
- font-weight: 600;
249
- font-display: swap;
250
- src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('./Montserrat-600-vietnamese28.woff2') format('woff2');
251
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
252
- }
253
- /* latin-ext */
254
- @font-face {
255
- font-family: 'Montserrat';
256
- font-style: italic;
257
- font-weight: 600;
258
- font-display: swap;
259
- src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('./Montserrat-600-latin-ext29.woff2') format('woff2');
260
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
261
- }
262
- /* latin */
263
- @font-face {
264
- font-family: 'Montserrat';
265
- font-style: italic;
266
- font-weight: 600;
267
- font-display: swap;
268
- src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('./Montserrat-600-latin30.woff2') format('woff2');
269
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
270
- }
271
- /* cyrillic-ext */
272
- @font-face {
273
- font-family: 'Montserrat';
274
- font-style: italic;
275
- font-weight: 700;
276
- font-display: swap;
277
- src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('./Montserrat-700-cyrillic-ext31.woff2') format('woff2');
278
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
279
- }
280
- /* cyrillic */
281
- @font-face {
282
- font-family: 'Montserrat';
283
- font-style: italic;
284
- font-weight: 700;
285
- font-display: swap;
286
- src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('./Montserrat-700-cyrillic32.woff2') format('woff2');
287
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
288
- }
289
- /* vietnamese */
290
- @font-face {
291
- font-family: 'Montserrat';
292
- font-style: italic;
293
- font-weight: 700;
294
- font-display: swap;
295
- src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('./Montserrat-700-vietnamese33.woff2') format('woff2');
296
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
297
- }
298
- /* latin-ext */
299
- @font-face {
300
- font-family: 'Montserrat';
301
- font-style: italic;
302
- font-weight: 700;
303
- font-display: swap;
304
- src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('./Montserrat-700-latin-ext34.woff2') format('woff2');
305
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
306
- }
307
- /* latin */
308
- @font-face {
309
- font-family: 'Montserrat';
310
- font-style: italic;
311
- font-weight: 700;
312
- font-display: swap;
313
- src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('./Montserrat-700-latin35.woff2') format('woff2');
314
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
315
- }
316
- /* cyrillic-ext */
317
- @font-face {
318
- font-family: 'Montserrat';
319
- font-style: italic;
320
- font-weight: 800;
321
- font-display: swap;
322
- src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('./Montserrat-800-cyrillic-ext36.woff2') format('woff2');
323
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
324
- }
325
- /* cyrillic */
326
- @font-face {
327
- font-family: 'Montserrat';
328
- font-style: italic;
329
- font-weight: 800;
330
- font-display: swap;
331
- src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('./Montserrat-800-cyrillic37.woff2') format('woff2');
332
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
333
- }
334
- /* vietnamese */
335
- @font-face {
336
- font-family: 'Montserrat';
337
- font-style: italic;
338
- font-weight: 800;
339
- font-display: swap;
340
- src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('./Montserrat-800-vietnamese38.woff2') format('woff2');
341
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
342
- }
343
- /* latin-ext */
344
- @font-face {
345
- font-family: 'Montserrat';
346
- font-style: italic;
347
- font-weight: 800;
348
- font-display: swap;
349
- src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('./Montserrat-800-latin-ext39.woff2') format('woff2');
350
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
351
- }
352
- /* latin */
353
- @font-face {
354
- font-family: 'Montserrat';
355
- font-style: italic;
356
- font-weight: 800;
357
- font-display: swap;
358
- src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url('./Montserrat-800-latin40.woff2') format('woff2');
359
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
360
- }
361
- /* cyrillic-ext */
362
- @font-face {
363
- font-family: 'Montserrat';
364
- font-style: italic;
365
- font-weight: 900;
366
- font-display: swap;
367
- src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('./Montserrat-900-cyrillic-ext41.woff2') format('woff2');
368
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
369
- }
370
- /* cyrillic */
371
- @font-face {
372
- font-family: 'Montserrat';
373
- font-style: italic;
374
- font-weight: 900;
375
- font-display: swap;
376
- src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('./Montserrat-900-cyrillic42.woff2') format('woff2');
377
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
378
- }
379
- /* vietnamese */
380
- @font-face {
381
- font-family: 'Montserrat';
382
- font-style: italic;
383
- font-weight: 900;
384
- font-display: swap;
385
- src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('./Montserrat-900-vietnamese43.woff2') format('woff2');
386
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
387
- }
388
- /* latin-ext */
389
- @font-face {
390
- font-family: 'Montserrat';
391
- font-style: italic;
392
- font-weight: 900;
393
- font-display: swap;
394
- src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('./Montserrat-900-latin-ext44.woff2') format('woff2');
395
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
396
- }
397
- /* latin */
398
- @font-face {
399
- font-family: 'Montserrat';
400
- font-style: italic;
401
- font-weight: 900;
402
- font-display: swap;
403
- src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url('./Montserrat-900-latin45.woff2') format('woff2');
404
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
405
- }
406
- /* cyrillic-ext */
407
- @font-face {
408
- font-family: 'Montserrat';
409
- font-style: normal;
410
- font-weight: 100;
411
- font-display: swap;
412
- src: local('Montserrat Thin'), local('Montserrat-Thin'), url('./Montserrat-100-cyrillic-ext46.woff2') format('woff2');
413
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
414
- }
415
- /* cyrillic */
416
- @font-face {
417
- font-family: 'Montserrat';
418
- font-style: normal;
419
- font-weight: 100;
420
- font-display: swap;
421
- src: local('Montserrat Thin'), local('Montserrat-Thin'), url('./Montserrat-100-cyrillic47.woff2') format('woff2');
422
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
423
- }
424
- /* vietnamese */
425
- @font-face {
426
- font-family: 'Montserrat';
427
- font-style: normal;
428
- font-weight: 100;
429
- font-display: swap;
430
- src: local('Montserrat Thin'), local('Montserrat-Thin'), url('./Montserrat-100-vietnamese48.woff2') format('woff2');
431
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
432
- }
433
- /* latin-ext */
434
- @font-face {
435
- font-family: 'Montserrat';
436
- font-style: normal;
437
- font-weight: 100;
438
- font-display: swap;
439
- src: local('Montserrat Thin'), local('Montserrat-Thin'), url('./Montserrat-100-latin-ext49.woff2') format('woff2');
440
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
441
- }
442
- /* latin */
443
- @font-face {
444
- font-family: 'Montserrat';
445
- font-style: normal;
446
- font-weight: 100;
447
- font-display: swap;
448
- src: local('Montserrat Thin'), local('Montserrat-Thin'), url('./Montserrat-100-latin50.woff2') format('woff2');
449
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
450
- }
451
- /* cyrillic-ext */
452
- @font-face {
453
- font-family: 'Montserrat';
454
- font-style: normal;
455
- font-weight: 200;
456
- font-display: swap;
457
- src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('./Montserrat-200-cyrillic-ext51.woff2') format('woff2');
458
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
459
- }
460
- /* cyrillic */
461
- @font-face {
462
- font-family: 'Montserrat';
463
- font-style: normal;
464
- font-weight: 200;
465
- font-display: swap;
466
- src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('./Montserrat-200-cyrillic52.woff2') format('woff2');
467
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
468
- }
469
- /* vietnamese */
470
- @font-face {
471
- font-family: 'Montserrat';
472
- font-style: normal;
473
- font-weight: 200;
474
- font-display: swap;
475
- src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('./Montserrat-200-vietnamese53.woff2') format('woff2');
476
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
477
- }
478
- /* latin-ext */
479
- @font-face {
480
- font-family: 'Montserrat';
481
- font-style: normal;
482
- font-weight: 200;
483
- font-display: swap;
484
- src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('./Montserrat-200-latin-ext54.woff2') format('woff2');
485
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
486
- }
487
- /* latin */
488
- @font-face {
489
- font-family: 'Montserrat';
490
- font-style: normal;
491
- font-weight: 200;
492
- font-display: swap;
493
- src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url('./Montserrat-200-latin55.woff2') format('woff2');
494
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
495
- }
496
- /* cyrillic-ext */
497
- @font-face {
498
- font-family: 'Montserrat';
499
- font-style: normal;
500
- font-weight: 300;
501
- font-display: swap;
502
- src: local('Montserrat Light'), local('Montserrat-Light'), url('./Montserrat-300-cyrillic-ext56.woff2') format('woff2');
503
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
504
- }
505
- /* cyrillic */
506
- @font-face {
507
- font-family: 'Montserrat';
508
- font-style: normal;
509
- font-weight: 300;
510
- font-display: swap;
511
- src: local('Montserrat Light'), local('Montserrat-Light'), url('./Montserrat-300-cyrillic57.woff2') format('woff2');
512
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
513
- }
514
- /* vietnamese */
515
- @font-face {
516
- font-family: 'Montserrat';
517
- font-style: normal;
518
- font-weight: 300;
519
- font-display: swap;
520
- src: local('Montserrat Light'), local('Montserrat-Light'), url('./Montserrat-300-vietnamese58.woff2') format('woff2');
521
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
522
- }
523
- /* latin-ext */
524
- @font-face {
525
- font-family: 'Montserrat';
526
- font-style: normal;
527
- font-weight: 300;
528
- font-display: swap;
529
- src: local('Montserrat Light'), local('Montserrat-Light'), url('./Montserrat-300-latin-ext59.woff2') format('woff2');
530
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
531
- }
532
- /* latin */
533
- @font-face {
534
- font-family: 'Montserrat';
535
- font-style: normal;
536
- font-weight: 300;
537
- font-display: swap;
538
- src: local('Montserrat Light'), local('Montserrat-Light'), url('./Montserrat-300-latin60.woff2') format('woff2');
539
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
540
- }
541
- /* cyrillic-ext */
542
- @font-face {
543
- font-family: 'Montserrat';
544
- font-style: normal;
545
- font-weight: 400;
546
- font-display: swap;
547
- src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./Montserrat-400-cyrillic-ext61.woff2') format('woff2');
548
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
549
- }
550
- /* cyrillic */
551
- @font-face {
552
- font-family: 'Montserrat';
553
- font-style: normal;
554
- font-weight: 400;
555
- font-display: swap;
556
- src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./Montserrat-400-cyrillic62.woff2') format('woff2');
557
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
558
- }
559
- /* vietnamese */
560
- @font-face {
561
- font-family: 'Montserrat';
562
- font-style: normal;
563
- font-weight: 400;
564
- font-display: swap;
565
- src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./Montserrat-400-vietnamese63.woff2') format('woff2');
566
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
567
- }
568
- /* latin-ext */
569
- @font-face {
570
- font-family: 'Montserrat';
571
- font-style: normal;
572
- font-weight: 400;
573
- font-display: swap;
574
- src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./Montserrat-400-latin-ext64.woff2') format('woff2');
575
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
576
- }
577
- /* latin */
578
- @font-face {
579
- font-family: 'Montserrat';
580
- font-style: normal;
581
- font-weight: 400;
582
- font-display: swap;
583
- src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./Montserrat-400-latin65.woff2') format('woff2');
584
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
585
- }
586
- /* cyrillic-ext */
587
- @font-face {
588
- font-family: 'Montserrat';
589
- font-style: normal;
590
- font-weight: 500;
591
- font-display: swap;
592
- src: local('Montserrat Medium'), local('Montserrat-Medium'), url('./Montserrat-500-cyrillic-ext66.woff2') format('woff2');
593
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
594
- }
595
- /* cyrillic */
596
- @font-face {
597
- font-family: 'Montserrat';
598
- font-style: normal;
599
- font-weight: 500;
600
- font-display: swap;
601
- src: local('Montserrat Medium'), local('Montserrat-Medium'), url('./Montserrat-500-cyrillic67.woff2') format('woff2');
602
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
603
- }
604
- /* vietnamese */
605
- @font-face {
606
- font-family: 'Montserrat';
607
- font-style: normal;
608
- font-weight: 500;
609
- font-display: swap;
610
- src: local('Montserrat Medium'), local('Montserrat-Medium'), url('./Montserrat-500-vietnamese68.woff2') format('woff2');
611
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
612
- }
613
- /* latin-ext */
614
- @font-face {
615
- font-family: 'Montserrat';
616
- font-style: normal;
617
- font-weight: 500;
618
- font-display: swap;
619
- src: local('Montserrat Medium'), local('Montserrat-Medium'), url('./Montserrat-500-latin-ext69.woff2') format('woff2');
620
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
621
- }
622
- /* latin */
623
- @font-face {
624
- font-family: 'Montserrat';
625
- font-style: normal;
626
- font-weight: 500;
627
- font-display: swap;
628
- src: local('Montserrat Medium'), local('Montserrat-Medium'), url('./Montserrat-500-latin70.woff2') format('woff2');
629
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
630
- }
631
- /* cyrillic-ext */
632
- @font-face {
633
- font-family: 'Montserrat';
634
- font-style: normal;
635
- font-weight: 600;
636
- font-display: swap;
637
- src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('./Montserrat-600-cyrillic-ext71.woff2') format('woff2');
638
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
639
- }
640
- /* cyrillic */
641
- @font-face {
642
- font-family: 'Montserrat';
643
- font-style: normal;
644
- font-weight: 600;
645
- font-display: swap;
646
- src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('./Montserrat-600-cyrillic72.woff2') format('woff2');
647
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
648
- }
649
- /* vietnamese */
650
- @font-face {
651
- font-family: 'Montserrat';
652
- font-style: normal;
653
- font-weight: 600;
654
- font-display: swap;
655
- src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('./Montserrat-600-vietnamese73.woff2') format('woff2');
656
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
657
- }
658
- /* latin-ext */
659
- @font-face {
660
- font-family: 'Montserrat';
661
- font-style: normal;
662
- font-weight: 600;
663
- font-display: swap;
664
- src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('./Montserrat-600-latin-ext74.woff2') format('woff2');
665
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
666
- }
667
- /* latin */
668
- @font-face {
669
- font-family: 'Montserrat';
670
- font-style: normal;
671
- font-weight: 600;
672
- font-display: swap;
673
- src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('./Montserrat-600-latin75.woff2') format('woff2');
674
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
675
- }
676
- /* cyrillic-ext */
677
- @font-face {
678
- font-family: 'Montserrat';
679
- font-style: normal;
680
- font-weight: 700;
681
- font-display: swap;
682
- src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./Montserrat-700-cyrillic-ext76.woff2') format('woff2');
683
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
684
- }
685
- /* cyrillic */
686
- @font-face {
687
- font-family: 'Montserrat';
688
- font-style: normal;
689
- font-weight: 700;
690
- font-display: swap;
691
- src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./Montserrat-700-cyrillic77.woff2') format('woff2');
692
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
693
- }
694
- /* vietnamese */
695
- @font-face {
696
- font-family: 'Montserrat';
697
- font-style: normal;
698
- font-weight: 700;
699
- font-display: swap;
700
- src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./Montserrat-700-vietnamese78.woff2') format('woff2');
701
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
702
- }
703
- /* latin-ext */
704
- @font-face {
705
- font-family: 'Montserrat';
706
- font-style: normal;
707
- font-weight: 700;
708
- font-display: swap;
709
- src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./Montserrat-700-latin-ext79.woff2') format('woff2');
710
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
711
- }
712
- /* latin */
713
- @font-face {
714
- font-family: 'Montserrat';
715
- font-style: normal;
716
- font-weight: 700;
717
- font-display: swap;
718
- src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./Montserrat-700-latin80.woff2') format('woff2');
719
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
720
- }
721
- /* cyrillic-ext */
722
- @font-face {
723
- font-family: 'Montserrat';
724
- font-style: normal;
725
- font-weight: 800;
726
- font-display: swap;
727
- src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('./Montserrat-800-cyrillic-ext81.woff2') format('woff2');
728
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
729
- }
730
- /* cyrillic */
731
- @font-face {
732
- font-family: 'Montserrat';
733
- font-style: normal;
734
- font-weight: 800;
735
- font-display: swap;
736
- src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('./Montserrat-800-cyrillic82.woff2') format('woff2');
737
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
738
- }
739
- /* vietnamese */
740
- @font-face {
741
- font-family: 'Montserrat';
742
- font-style: normal;
743
- font-weight: 800;
744
- font-display: swap;
745
- src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('./Montserrat-800-vietnamese83.woff2') format('woff2');
746
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
747
- }
748
- /* latin-ext */
749
- @font-face {
750
- font-family: 'Montserrat';
751
- font-style: normal;
752
- font-weight: 800;
753
- font-display: swap;
754
- src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('./Montserrat-800-latin-ext84.woff2') format('woff2');
755
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
756
- }
757
- /* latin */
758
- @font-face {
759
- font-family: 'Montserrat';
760
- font-style: normal;
761
- font-weight: 800;
762
- font-display: swap;
763
- src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('./Montserrat-800-latin85.woff2') format('woff2');
764
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
765
- }
766
- /* cyrillic-ext */
767
- @font-face {
768
- font-family: 'Montserrat';
769
- font-style: normal;
770
- font-weight: 900;
771
- font-display: swap;
772
- src: local('Montserrat Black'), local('Montserrat-Black'), url('./Montserrat-900-cyrillic-ext86.woff2') format('woff2');
773
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
774
- }
775
- /* cyrillic */
776
- @font-face {
777
- font-family: 'Montserrat';
778
- font-style: normal;
779
- font-weight: 900;
780
- font-display: swap;
781
- src: local('Montserrat Black'), local('Montserrat-Black'), url('./Montserrat-900-cyrillic87.woff2') format('woff2');
782
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
783
- }
784
- /* vietnamese */
785
- @font-face {
786
- font-family: 'Montserrat';
787
- font-style: normal;
788
- font-weight: 900;
789
- font-display: swap;
790
- src: local('Montserrat Black'), local('Montserrat-Black'), url('./Montserrat-900-vietnamese88.woff2') format('woff2');
791
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
792
- }
793
- /* latin-ext */
794
- @font-face {
795
- font-family: 'Montserrat';
796
- font-style: normal;
797
- font-weight: 900;
798
- font-display: swap;
799
- src: local('Montserrat Black'), local('Montserrat-Black'), url('./Montserrat-900-latin-ext89.woff2') format('woff2');
800
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
801
- }
802
- /* latin */
803
- @font-face {
804
- font-family: 'Montserrat';
805
- font-style: normal;
806
- font-weight: 900;
807
- font-display: swap;
808
- src: local('Montserrat Black'), local('Montserrat-Black'), url('./Montserrat-900-latin90.woff2') format('woff2');
809
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
810
- }
811
- /* cyrillic-ext */
812
- @font-face {
813
- font-family: 'PT Serif';
814
- font-style: italic;
815
- font-weight: 400;
816
- font-display: swap;
817
- src: local('PT Serif Italic'), local('PTSerif-Italic'), url('./PT_Serif-400-cyrillic-ext91.woff2') format('woff2');
818
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
819
- }
820
- /* cyrillic */
821
- @font-face {
822
- font-family: 'PT Serif';
823
- font-style: italic;
824
- font-weight: 400;
825
- font-display: swap;
826
- src: local('PT Serif Italic'), local('PTSerif-Italic'), url('./PT_Serif-400-cyrillic92.woff2') format('woff2');
827
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
828
- }
829
- /* latin-ext */
830
- @font-face {
831
- font-family: 'PT Serif';
832
- font-style: italic;
833
- font-weight: 400;
834
- font-display: swap;
835
- src: local('PT Serif Italic'), local('PTSerif-Italic'), url('./PT_Serif-400-latin-ext93.woff2') format('woff2');
836
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
837
- }
838
- /* latin */
839
- @font-face {
840
- font-family: 'PT Serif';
841
- font-style: italic;
842
- font-weight: 400;
843
- font-display: swap;
844
- src: local('PT Serif Italic'), local('PTSerif-Italic'), url('./PT_Serif-400-latin94.woff2') format('woff2');
845
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
846
- }
847
- /* cyrillic-ext */
848
- @font-face {
849
- font-family: 'PT Serif';
850
- font-style: italic;
851
- font-weight: 700;
852
- font-display: swap;
853
- src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'), url('./PT_Serif-700-cyrillic-ext95.woff2') format('woff2');
854
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
855
- }
856
- /* cyrillic */
857
- @font-face {
858
- font-family: 'PT Serif';
859
- font-style: italic;
860
- font-weight: 700;
861
- font-display: swap;
862
- src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'), url('./PT_Serif-700-cyrillic96.woff2') format('woff2');
863
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
864
- }
865
- /* latin-ext */
866
- @font-face {
867
- font-family: 'PT Serif';
868
- font-style: italic;
869
- font-weight: 700;
870
- font-display: swap;
871
- src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'), url('./PT_Serif-700-latin-ext97.woff2') format('woff2');
872
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
873
- }
874
- /* latin */
875
- @font-face {
876
- font-family: 'PT Serif';
877
- font-style: italic;
878
- font-weight: 700;
879
- font-display: swap;
880
- src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'), url('./PT_Serif-700-latin98.woff2') format('woff2');
881
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
882
- }
883
- /* cyrillic-ext */
884
- @font-face {
885
- font-family: 'PT Serif';
886
- font-style: normal;
887
- font-weight: 400;
888
- font-display: swap;
889
- src: local('PT Serif'), local('PTSerif-Regular'), url('./PT_Serif-400-cyrillic-ext99.woff2') format('woff2');
890
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
891
- }
892
- /* cyrillic */
893
- @font-face {
894
- font-family: 'PT Serif';
895
- font-style: normal;
896
- font-weight: 400;
897
- font-display: swap;
898
- src: local('PT Serif'), local('PTSerif-Regular'), url('./PT_Serif-400-cyrillic100.woff2') format('woff2');
899
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
900
- }
901
- /* latin-ext */
902
- @font-face {
903
- font-family: 'PT Serif';
904
- font-style: normal;
905
- font-weight: 400;
906
- font-display: swap;
907
- src: local('PT Serif'), local('PTSerif-Regular'), url('./PT_Serif-400-latin-ext101.woff2') format('woff2');
908
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
909
- }
910
- /* latin */
911
- @font-face {
912
- font-family: 'PT Serif';
913
- font-style: normal;
914
- font-weight: 400;
915
- font-display: swap;
916
- src: local('PT Serif'), local('PTSerif-Regular'), url('./PT_Serif-400-latin102.woff2') format('woff2');
917
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
918
- }
919
- /* cyrillic-ext */
920
- @font-face {
921
- font-family: 'PT Serif';
922
- font-style: normal;
923
- font-weight: 700;
924
- font-display: swap;
925
- src: local('PT Serif Bold'), local('PTSerif-Bold'), url('./PT_Serif-700-cyrillic-ext103.woff2') format('woff2');
926
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
927
- }
928
- /* cyrillic */
929
- @font-face {
930
- font-family: 'PT Serif';
931
- font-style: normal;
932
- font-weight: 700;
933
- font-display: swap;
934
- src: local('PT Serif Bold'), local('PTSerif-Bold'), url('./PT_Serif-700-cyrillic104.woff2') format('woff2');
935
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
936
- }
937
- /* latin-ext */
938
- @font-face {
939
- font-family: 'PT Serif';
940
- font-style: normal;
941
- font-weight: 700;
942
- font-display: swap;
943
- src: local('PT Serif Bold'), local('PTSerif-Bold'), url('./PT_Serif-700-latin-ext105.woff2') format('woff2');
944
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
945
- }
946
- /* latin */
947
- @font-face {
948
- font-family: 'PT Serif';
949
- font-style: normal;
950
- font-weight: 700;
951
- font-display: swap;
952
- src: local('PT Serif Bold'), local('PTSerif-Bold'), url('./PT_Serif-700-latin106.woff2') format('woff2');
953
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
954
- }
955
- /* cyrillic-ext */
956
- @font-face {
957
- font-family: 'Source Sans Pro';
3
+ font-family: "Source Sans Pro";
958
4
  font-style: italic;
959
5
  font-weight: 200;
960
6
  font-display: swap;
961
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-cyrillic-ext107.woff2') format('woff2');
7
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
8
+ url("./Source_Sans_Pro-200-cyrillic-ext107.woff2") format("woff2");
962
9
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
963
10
  }
964
11
  /* cyrillic */
965
12
  @font-face {
966
- font-family: 'Source Sans Pro';
13
+ font-family: "Source Sans Pro";
967
14
  font-style: italic;
968
15
  font-weight: 200;
969
16
  font-display: swap;
970
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-cyrillic108.woff2') format('woff2');
17
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
18
+ url("./Source_Sans_Pro-200-cyrillic108.woff2") format("woff2");
971
19
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
972
20
  }
973
21
  /* greek-ext */
974
22
  @font-face {
975
- font-family: 'Source Sans Pro';
23
+ font-family: "Source Sans Pro";
976
24
  font-style: italic;
977
25
  font-weight: 200;
978
26
  font-display: swap;
979
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-greek-ext109.woff2') format('woff2');
27
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
28
+ url("./Source_Sans_Pro-200-greek-ext109.woff2") format("woff2");
980
29
  unicode-range: U+1F00-1FFF;
981
30
  }
982
31
  /* greek */
983
32
  @font-face {
984
- font-family: 'Source Sans Pro';
33
+ font-family: "Source Sans Pro";
985
34
  font-style: italic;
986
35
  font-weight: 200;
987
36
  font-display: swap;
988
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-greek110.woff2') format('woff2');
37
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
38
+ url("./Source_Sans_Pro-200-greek110.woff2") format("woff2");
989
39
  unicode-range: U+0370-03FF;
990
40
  }
991
41
  /* vietnamese */
992
42
  @font-face {
993
- font-family: 'Source Sans Pro';
43
+ font-family: "Source Sans Pro";
994
44
  font-style: italic;
995
45
  font-weight: 200;
996
46
  font-display: swap;
997
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-vietnamese111.woff2') format('woff2');
47
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
48
+ url("./Source_Sans_Pro-200-vietnamese111.woff2") format("woff2");
998
49
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
999
50
  }
1000
51
  /* latin-ext */
1001
52
  @font-face {
1002
- font-family: 'Source Sans Pro';
53
+ font-family: "Source Sans Pro";
1003
54
  font-style: italic;
1004
55
  font-weight: 200;
1005
56
  font-display: swap;
1006
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-latin-ext112.woff2') format('woff2');
57
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
58
+ url("./Source_Sans_Pro-200-latin-ext112.woff2") format("woff2");
1007
59
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1008
60
  }
1009
61
  /* latin */
1010
62
  @font-face {
1011
- font-family: 'Source Sans Pro';
63
+ font-family: "Source Sans Pro";
1012
64
  font-style: italic;
1013
65
  font-weight: 200;
1014
66
  font-display: swap;
1015
- src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url('./Source_Sans_Pro-200-latin113.woff2') format('woff2');
1016
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
67
+ src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"),
68
+ url("./Source_Sans_Pro-200-latin113.woff2") format("woff2");
69
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
70
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1017
71
  }
1018
72
  /* cyrillic-ext */
1019
73
  @font-face {
1020
- font-family: 'Source Sans Pro';
74
+ font-family: "Source Sans Pro";
1021
75
  font-style: italic;
1022
76
  font-weight: 300;
1023
77
  font-display: swap;
1024
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-cyrillic-ext114.woff2') format('woff2');
78
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
79
+ url("./Source_Sans_Pro-300-cyrillic-ext114.woff2") format("woff2");
1025
80
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1026
81
  }
1027
82
  /* cyrillic */
1028
83
  @font-face {
1029
- font-family: 'Source Sans Pro';
84
+ font-family: "Source Sans Pro";
1030
85
  font-style: italic;
1031
86
  font-weight: 300;
1032
87
  font-display: swap;
1033
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-cyrillic115.woff2') format('woff2');
88
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
89
+ url("./Source_Sans_Pro-300-cyrillic115.woff2") format("woff2");
1034
90
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1035
91
  }
1036
92
  /* greek-ext */
1037
93
  @font-face {
1038
- font-family: 'Source Sans Pro';
94
+ font-family: "Source Sans Pro";
1039
95
  font-style: italic;
1040
96
  font-weight: 300;
1041
97
  font-display: swap;
1042
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-greek-ext116.woff2') format('woff2');
98
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
99
+ url("./Source_Sans_Pro-300-greek-ext116.woff2") format("woff2");
1043
100
  unicode-range: U+1F00-1FFF;
1044
101
  }
1045
102
  /* greek */
1046
103
  @font-face {
1047
- font-family: 'Source Sans Pro';
104
+ font-family: "Source Sans Pro";
1048
105
  font-style: italic;
1049
106
  font-weight: 300;
1050
107
  font-display: swap;
1051
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-greek117.woff2') format('woff2');
108
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
109
+ url("./Source_Sans_Pro-300-greek117.woff2") format("woff2");
1052
110
  unicode-range: U+0370-03FF;
1053
111
  }
1054
112
  /* vietnamese */
1055
113
  @font-face {
1056
- font-family: 'Source Sans Pro';
114
+ font-family: "Source Sans Pro";
1057
115
  font-style: italic;
1058
116
  font-weight: 300;
1059
117
  font-display: swap;
1060
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-vietnamese118.woff2') format('woff2');
118
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
119
+ url("./Source_Sans_Pro-300-vietnamese118.woff2") format("woff2");
1061
120
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1062
121
  }
1063
122
  /* latin-ext */
1064
123
  @font-face {
1065
- font-family: 'Source Sans Pro';
124
+ font-family: "Source Sans Pro";
1066
125
  font-style: italic;
1067
126
  font-weight: 300;
1068
127
  font-display: swap;
1069
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-latin-ext119.woff2') format('woff2');
128
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
129
+ url("./Source_Sans_Pro-300-latin-ext119.woff2") format("woff2");
1070
130
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1071
131
  }
1072
132
  /* latin */
1073
133
  @font-face {
1074
- font-family: 'Source Sans Pro';
134
+ font-family: "Source Sans Pro";
1075
135
  font-style: italic;
1076
136
  font-weight: 300;
1077
137
  font-display: swap;
1078
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('./Source_Sans_Pro-300-latin120.woff2') format('woff2');
1079
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
138
+ src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
139
+ url("./Source_Sans_Pro-300-latin120.woff2") format("woff2");
140
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
141
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1080
142
  }
1081
143
  /* cyrillic-ext */
1082
144
  @font-face {
1083
- font-family: 'Source Sans Pro';
145
+ font-family: "Source Sans Pro";
1084
146
  font-style: italic;
1085
147
  font-weight: 400;
1086
148
  font-display: swap;
1087
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-cyrillic-ext121.woff2') format('woff2');
149
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
150
+ url("./Source_Sans_Pro-400-cyrillic-ext121.woff2") format("woff2");
1088
151
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1089
152
  }
1090
153
  /* cyrillic */
1091
154
  @font-face {
1092
- font-family: 'Source Sans Pro';
155
+ font-family: "Source Sans Pro";
1093
156
  font-style: italic;
1094
157
  font-weight: 400;
1095
158
  font-display: swap;
1096
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-cyrillic122.woff2') format('woff2');
159
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
160
+ url("./Source_Sans_Pro-400-cyrillic122.woff2") format("woff2");
1097
161
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1098
162
  }
1099
163
  /* greek-ext */
1100
164
  @font-face {
1101
- font-family: 'Source Sans Pro';
165
+ font-family: "Source Sans Pro";
1102
166
  font-style: italic;
1103
167
  font-weight: 400;
1104
168
  font-display: swap;
1105
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-greek-ext123.woff2') format('woff2');
169
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
170
+ url("./Source_Sans_Pro-400-greek-ext123.woff2") format("woff2");
1106
171
  unicode-range: U+1F00-1FFF;
1107
172
  }
1108
173
  /* greek */
1109
174
  @font-face {
1110
- font-family: 'Source Sans Pro';
175
+ font-family: "Source Sans Pro";
1111
176
  font-style: italic;
1112
177
  font-weight: 400;
1113
178
  font-display: swap;
1114
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-greek124.woff2') format('woff2');
179
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
180
+ url("./Source_Sans_Pro-400-greek124.woff2") format("woff2");
1115
181
  unicode-range: U+0370-03FF;
1116
182
  }
1117
183
  /* vietnamese */
1118
184
  @font-face {
1119
- font-family: 'Source Sans Pro';
185
+ font-family: "Source Sans Pro";
1120
186
  font-style: italic;
1121
187
  font-weight: 400;
1122
188
  font-display: swap;
1123
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-vietnamese125.woff2') format('woff2');
189
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
190
+ url("./Source_Sans_Pro-400-vietnamese125.woff2") format("woff2");
1124
191
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1125
192
  }
1126
193
  /* latin-ext */
1127
194
  @font-face {
1128
- font-family: 'Source Sans Pro';
195
+ font-family: "Source Sans Pro";
1129
196
  font-style: italic;
1130
197
  font-weight: 400;
1131
198
  font-display: swap;
1132
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-latin-ext126.woff2') format('woff2');
199
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
200
+ url("./Source_Sans_Pro-400-latin-ext126.woff2") format("woff2");
1133
201
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1134
202
  }
1135
203
  /* latin */
1136
204
  @font-face {
1137
- font-family: 'Source Sans Pro';
205
+ font-family: "Source Sans Pro";
1138
206
  font-style: italic;
1139
207
  font-weight: 400;
1140
208
  font-display: swap;
1141
- src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('./Source_Sans_Pro-400-latin127.woff2') format('woff2');
1142
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
209
+ src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
210
+ url("./Source_Sans_Pro-400-latin127.woff2") format("woff2");
211
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
212
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1143
213
  }
1144
214
  /* cyrillic-ext */
1145
215
  @font-face {
1146
- font-family: 'Source Sans Pro';
216
+ font-family: "Source Sans Pro";
1147
217
  font-style: italic;
1148
218
  font-weight: 600;
1149
219
  font-display: swap;
1150
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-cyrillic-ext128.woff2') format('woff2');
220
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
221
+ url("./Source_Sans_Pro-600-cyrillic-ext128.woff2") format("woff2");
1151
222
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1152
223
  }
1153
224
  /* cyrillic */
1154
225
  @font-face {
1155
- font-family: 'Source Sans Pro';
226
+ font-family: "Source Sans Pro";
1156
227
  font-style: italic;
1157
228
  font-weight: 600;
1158
229
  font-display: swap;
1159
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-cyrillic129.woff2') format('woff2');
230
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
231
+ url("./Source_Sans_Pro-600-cyrillic129.woff2") format("woff2");
1160
232
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1161
233
  }
1162
234
  /* greek-ext */
1163
235
  @font-face {
1164
- font-family: 'Source Sans Pro';
236
+ font-family: "Source Sans Pro";
1165
237
  font-style: italic;
1166
238
  font-weight: 600;
1167
239
  font-display: swap;
1168
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-greek-ext130.woff2') format('woff2');
240
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
241
+ url("./Source_Sans_Pro-600-greek-ext130.woff2") format("woff2");
1169
242
  unicode-range: U+1F00-1FFF;
1170
243
  }
1171
244
  /* greek */
1172
245
  @font-face {
1173
- font-family: 'Source Sans Pro';
246
+ font-family: "Source Sans Pro";
1174
247
  font-style: italic;
1175
248
  font-weight: 600;
1176
249
  font-display: swap;
1177
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-greek131.woff2') format('woff2');
250
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
251
+ url("./Source_Sans_Pro-600-greek131.woff2") format("woff2");
1178
252
  unicode-range: U+0370-03FF;
1179
253
  }
1180
254
  /* vietnamese */
1181
255
  @font-face {
1182
- font-family: 'Source Sans Pro';
256
+ font-family: "Source Sans Pro";
1183
257
  font-style: italic;
1184
258
  font-weight: 600;
1185
259
  font-display: swap;
1186
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-vietnamese132.woff2') format('woff2');
260
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
261
+ url("./Source_Sans_Pro-600-vietnamese132.woff2") format("woff2");
1187
262
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1188
263
  }
1189
264
  /* latin-ext */
1190
265
  @font-face {
1191
- font-family: 'Source Sans Pro';
266
+ font-family: "Source Sans Pro";
1192
267
  font-style: italic;
1193
268
  font-weight: 600;
1194
269
  font-display: swap;
1195
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-latin-ext133.woff2') format('woff2');
270
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
271
+ url("./Source_Sans_Pro-600-latin-ext133.woff2") format("woff2");
1196
272
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1197
273
  }
1198
274
  /* latin */
1199
275
  @font-face {
1200
- font-family: 'Source Sans Pro';
276
+ font-family: "Source Sans Pro";
1201
277
  font-style: italic;
1202
278
  font-weight: 600;
1203
279
  font-display: swap;
1204
- src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('./Source_Sans_Pro-600-latin134.woff2') format('woff2');
1205
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
280
+ src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"),
281
+ url("./Source_Sans_Pro-600-latin134.woff2") format("woff2");
282
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
283
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1206
284
  }
1207
285
  /* cyrillic-ext */
1208
286
  @font-face {
1209
- font-family: 'Source Sans Pro';
287
+ font-family: "Source Sans Pro";
1210
288
  font-style: italic;
1211
289
  font-weight: 700;
1212
290
  font-display: swap;
1213
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-cyrillic-ext135.woff2') format('woff2');
291
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
292
+ url("./Source_Sans_Pro-700-cyrillic-ext135.woff2") format("woff2");
1214
293
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1215
294
  }
1216
295
  /* cyrillic */
1217
296
  @font-face {
1218
- font-family: 'Source Sans Pro';
297
+ font-family: "Source Sans Pro";
1219
298
  font-style: italic;
1220
299
  font-weight: 700;
1221
300
  font-display: swap;
1222
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-cyrillic136.woff2') format('woff2');
301
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
302
+ url("./Source_Sans_Pro-700-cyrillic136.woff2") format("woff2");
1223
303
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1224
304
  }
1225
305
  /* greek-ext */
1226
306
  @font-face {
1227
- font-family: 'Source Sans Pro';
307
+ font-family: "Source Sans Pro";
1228
308
  font-style: italic;
1229
309
  font-weight: 700;
1230
310
  font-display: swap;
1231
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-greek-ext137.woff2') format('woff2');
311
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
312
+ url("./Source_Sans_Pro-700-greek-ext137.woff2") format("woff2");
1232
313
  unicode-range: U+1F00-1FFF;
1233
314
  }
1234
315
  /* greek */
1235
316
  @font-face {
1236
- font-family: 'Source Sans Pro';
317
+ font-family: "Source Sans Pro";
1237
318
  font-style: italic;
1238
319
  font-weight: 700;
1239
320
  font-display: swap;
1240
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-greek138.woff2') format('woff2');
321
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
322
+ url("./Source_Sans_Pro-700-greek138.woff2") format("woff2");
1241
323
  unicode-range: U+0370-03FF;
1242
324
  }
1243
325
  /* vietnamese */
1244
326
  @font-face {
1245
- font-family: 'Source Sans Pro';
327
+ font-family: "Source Sans Pro";
1246
328
  font-style: italic;
1247
329
  font-weight: 700;
1248
330
  font-display: swap;
1249
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-vietnamese139.woff2') format('woff2');
331
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
332
+ url("./Source_Sans_Pro-700-vietnamese139.woff2") format("woff2");
1250
333
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1251
334
  }
1252
335
  /* latin-ext */
1253
336
  @font-face {
1254
- font-family: 'Source Sans Pro';
337
+ font-family: "Source Sans Pro";
1255
338
  font-style: italic;
1256
339
  font-weight: 700;
1257
340
  font-display: swap;
1258
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-latin-ext140.woff2') format('woff2');
341
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
342
+ url("./Source_Sans_Pro-700-latin-ext140.woff2") format("woff2");
1259
343
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1260
344
  }
1261
345
  /* latin */
1262
346
  @font-face {
1263
- font-family: 'Source Sans Pro';
347
+ font-family: "Source Sans Pro";
1264
348
  font-style: italic;
1265
349
  font-weight: 700;
1266
350
  font-display: swap;
1267
- src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('./Source_Sans_Pro-700-latin141.woff2') format('woff2');
1268
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
351
+ src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
352
+ url("./Source_Sans_Pro-700-latin141.woff2") format("woff2");
353
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
354
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1269
355
  }
1270
356
  /* cyrillic-ext */
1271
357
  @font-face {
1272
- font-family: 'Source Sans Pro';
358
+ font-family: "Source Sans Pro";
1273
359
  font-style: italic;
1274
360
  font-weight: 900;
1275
361
  font-display: swap;
1276
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-cyrillic-ext142.woff2') format('woff2');
362
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
363
+ url("./Source_Sans_Pro-900-cyrillic-ext142.woff2") format("woff2");
1277
364
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1278
365
  }
1279
366
  /* cyrillic */
1280
367
  @font-face {
1281
- font-family: 'Source Sans Pro';
368
+ font-family: "Source Sans Pro";
1282
369
  font-style: italic;
1283
370
  font-weight: 900;
1284
371
  font-display: swap;
1285
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-cyrillic143.woff2') format('woff2');
372
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
373
+ url("./Source_Sans_Pro-900-cyrillic143.woff2") format("woff2");
1286
374
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1287
375
  }
1288
376
  /* greek-ext */
1289
377
  @font-face {
1290
- font-family: 'Source Sans Pro';
378
+ font-family: "Source Sans Pro";
1291
379
  font-style: italic;
1292
380
  font-weight: 900;
1293
381
  font-display: swap;
1294
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-greek-ext144.woff2') format('woff2');
382
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
383
+ url("./Source_Sans_Pro-900-greek-ext144.woff2") format("woff2");
1295
384
  unicode-range: U+1F00-1FFF;
1296
385
  }
1297
386
  /* greek */
1298
387
  @font-face {
1299
- font-family: 'Source Sans Pro';
388
+ font-family: "Source Sans Pro";
1300
389
  font-style: italic;
1301
390
  font-weight: 900;
1302
391
  font-display: swap;
1303
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-greek145.woff2') format('woff2');
392
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
393
+ url("./Source_Sans_Pro-900-greek145.woff2") format("woff2");
1304
394
  unicode-range: U+0370-03FF;
1305
395
  }
1306
396
  /* vietnamese */
1307
397
  @font-face {
1308
- font-family: 'Source Sans Pro';
398
+ font-family: "Source Sans Pro";
1309
399
  font-style: italic;
1310
400
  font-weight: 900;
1311
401
  font-display: swap;
1312
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-vietnamese146.woff2') format('woff2');
402
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
403
+ url("./Source_Sans_Pro-900-vietnamese146.woff2") format("woff2");
1313
404
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1314
405
  }
1315
406
  /* latin-ext */
1316
407
  @font-face {
1317
- font-family: 'Source Sans Pro';
408
+ font-family: "Source Sans Pro";
1318
409
  font-style: italic;
1319
410
  font-weight: 900;
1320
411
  font-display: swap;
1321
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-latin-ext147.woff2') format('woff2');
412
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
413
+ url("./Source_Sans_Pro-900-latin-ext147.woff2") format("woff2");
1322
414
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1323
415
  }
1324
416
  /* latin */
1325
417
  @font-face {
1326
- font-family: 'Source Sans Pro';
418
+ font-family: "Source Sans Pro";
1327
419
  font-style: italic;
1328
420
  font-weight: 900;
1329
421
  font-display: swap;
1330
- src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('./Source_Sans_Pro-900-latin148.woff2') format('woff2');
1331
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
422
+ src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
423
+ url("./Source_Sans_Pro-900-latin148.woff2") format("woff2");
424
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
425
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1332
426
  }
1333
427
  /* cyrillic-ext */
1334
428
  @font-face {
1335
- font-family: 'Source Sans Pro';
429
+ font-family: "Source Sans Pro";
1336
430
  font-style: normal;
1337
431
  font-weight: 200;
1338
432
  font-display: swap;
1339
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-cyrillic-ext149.woff2') format('woff2');
433
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
434
+ url("./Source_Sans_Pro-200-cyrillic-ext149.woff2") format("woff2");
1340
435
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1341
436
  }
1342
437
  /* cyrillic */
1343
438
  @font-face {
1344
- font-family: 'Source Sans Pro';
439
+ font-family: "Source Sans Pro";
1345
440
  font-style: normal;
1346
441
  font-weight: 200;
1347
442
  font-display: swap;
1348
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-cyrillic150.woff2') format('woff2');
443
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
444
+ url("./Source_Sans_Pro-200-cyrillic150.woff2") format("woff2");
1349
445
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1350
446
  }
1351
447
  /* greek-ext */
1352
448
  @font-face {
1353
- font-family: 'Source Sans Pro';
449
+ font-family: "Source Sans Pro";
1354
450
  font-style: normal;
1355
451
  font-weight: 200;
1356
452
  font-display: swap;
1357
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-greek-ext151.woff2') format('woff2');
453
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
454
+ url("./Source_Sans_Pro-200-greek-ext151.woff2") format("woff2");
1358
455
  unicode-range: U+1F00-1FFF;
1359
456
  }
1360
457
  /* greek */
1361
458
  @font-face {
1362
- font-family: 'Source Sans Pro';
459
+ font-family: "Source Sans Pro";
1363
460
  font-style: normal;
1364
461
  font-weight: 200;
1365
462
  font-display: swap;
1366
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-greek152.woff2') format('woff2');
463
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
464
+ url("./Source_Sans_Pro-200-greek152.woff2") format("woff2");
1367
465
  unicode-range: U+0370-03FF;
1368
466
  }
1369
467
  /* vietnamese */
1370
468
  @font-face {
1371
- font-family: 'Source Sans Pro';
469
+ font-family: "Source Sans Pro";
1372
470
  font-style: normal;
1373
471
  font-weight: 200;
1374
472
  font-display: swap;
1375
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-vietnamese153.woff2') format('woff2');
473
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
474
+ url("./Source_Sans_Pro-200-vietnamese153.woff2") format("woff2");
1376
475
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1377
476
  }
1378
477
  /* latin-ext */
1379
478
  @font-face {
1380
- font-family: 'Source Sans Pro';
479
+ font-family: "Source Sans Pro";
1381
480
  font-style: normal;
1382
481
  font-weight: 200;
1383
482
  font-display: swap;
1384
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-latin-ext154.woff2') format('woff2');
483
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
484
+ url("./Source_Sans_Pro-200-latin-ext154.woff2") format("woff2");
1385
485
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1386
486
  }
1387
487
  /* latin */
1388
488
  @font-face {
1389
- font-family: 'Source Sans Pro';
489
+ font-family: "Source Sans Pro";
1390
490
  font-style: normal;
1391
491
  font-weight: 200;
1392
492
  font-display: swap;
1393
- src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('./Source_Sans_Pro-200-latin155.woff2') format('woff2');
1394
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
493
+ src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
494
+ url("./Source_Sans_Pro-200-latin155.woff2") format("woff2");
495
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
496
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1395
497
  }
1396
498
  /* cyrillic-ext */
1397
499
  @font-face {
1398
- font-family: 'Source Sans Pro';
500
+ font-family: "Source Sans Pro";
1399
501
  font-style: normal;
1400
502
  font-weight: 300;
1401
503
  font-display: swap;
1402
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-cyrillic-ext156.woff2') format('woff2');
504
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
505
+ url("./Source_Sans_Pro-300-cyrillic-ext156.woff2") format("woff2");
1403
506
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1404
507
  }
1405
508
  /* cyrillic */
1406
509
  @font-face {
1407
- font-family: 'Source Sans Pro';
510
+ font-family: "Source Sans Pro";
1408
511
  font-style: normal;
1409
512
  font-weight: 300;
1410
513
  font-display: swap;
1411
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-cyrillic157.woff2') format('woff2');
514
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
515
+ url("./Source_Sans_Pro-300-cyrillic157.woff2") format("woff2");
1412
516
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1413
517
  }
1414
518
  /* greek-ext */
1415
519
  @font-face {
1416
- font-family: 'Source Sans Pro';
520
+ font-family: "Source Sans Pro";
1417
521
  font-style: normal;
1418
522
  font-weight: 300;
1419
523
  font-display: swap;
1420
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-greek-ext158.woff2') format('woff2');
524
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
525
+ url("./Source_Sans_Pro-300-greek-ext158.woff2") format("woff2");
1421
526
  unicode-range: U+1F00-1FFF;
1422
527
  }
1423
528
  /* greek */
1424
529
  @font-face {
1425
- font-family: 'Source Sans Pro';
530
+ font-family: "Source Sans Pro";
1426
531
  font-style: normal;
1427
532
  font-weight: 300;
1428
533
  font-display: swap;
1429
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-greek159.woff2') format('woff2');
534
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
535
+ url("./Source_Sans_Pro-300-greek159.woff2") format("woff2");
1430
536
  unicode-range: U+0370-03FF;
1431
537
  }
1432
538
  /* vietnamese */
1433
539
  @font-face {
1434
- font-family: 'Source Sans Pro';
540
+ font-family: "Source Sans Pro";
1435
541
  font-style: normal;
1436
542
  font-weight: 300;
1437
543
  font-display: swap;
1438
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-vietnamese160.woff2') format('woff2');
544
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
545
+ url("./Source_Sans_Pro-300-vietnamese160.woff2") format("woff2");
1439
546
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1440
547
  }
1441
548
  /* latin-ext */
1442
549
  @font-face {
1443
- font-family: 'Source Sans Pro';
550
+ font-family: "Source Sans Pro";
1444
551
  font-style: normal;
1445
552
  font-weight: 300;
1446
553
  font-display: swap;
1447
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-latin-ext161.woff2') format('woff2');
554
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
555
+ url("./Source_Sans_Pro-300-latin-ext161.woff2") format("woff2");
1448
556
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1449
557
  }
1450
558
  /* latin */
1451
559
  @font-face {
1452
- font-family: 'Source Sans Pro';
560
+ font-family: "Source Sans Pro";
1453
561
  font-style: normal;
1454
562
  font-weight: 300;
1455
563
  font-display: swap;
1456
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('./Source_Sans_Pro-300-latin162.woff2') format('woff2');
1457
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
564
+ src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
565
+ url("./Source_Sans_Pro-300-latin162.woff2") format("woff2");
566
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
567
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1458
568
  }
1459
569
  /* cyrillic-ext */
1460
570
  @font-face {
1461
- font-family: 'Source Sans Pro';
571
+ font-family: "Source Sans Pro";
1462
572
  font-style: normal;
1463
573
  font-weight: 400;
1464
574
  font-display: swap;
1465
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-cyrillic-ext163.woff2') format('woff2');
575
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
576
+ url("./Source_Sans_Pro-400-cyrillic-ext163.woff2") format("woff2");
1466
577
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1467
578
  }
1468
579
  /* cyrillic */
1469
580
  @font-face {
1470
- font-family: 'Source Sans Pro';
581
+ font-family: "Source Sans Pro";
1471
582
  font-style: normal;
1472
583
  font-weight: 400;
1473
584
  font-display: swap;
1474
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-cyrillic164.woff2') format('woff2');
585
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
586
+ url("./Source_Sans_Pro-400-cyrillic164.woff2") format("woff2");
1475
587
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1476
588
  }
1477
589
  /* greek-ext */
1478
590
  @font-face {
1479
- font-family: 'Source Sans Pro';
591
+ font-family: "Source Sans Pro";
1480
592
  font-style: normal;
1481
593
  font-weight: 400;
1482
594
  font-display: swap;
1483
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-greek-ext165.woff2') format('woff2');
595
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
596
+ url("./Source_Sans_Pro-400-greek-ext165.woff2") format("woff2");
1484
597
  unicode-range: U+1F00-1FFF;
1485
598
  }
1486
599
  /* greek */
1487
600
  @font-face {
1488
- font-family: 'Source Sans Pro';
601
+ font-family: "Source Sans Pro";
1489
602
  font-style: normal;
1490
603
  font-weight: 400;
1491
604
  font-display: swap;
1492
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-greek166.woff2') format('woff2');
605
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
606
+ url("./Source_Sans_Pro-400-greek166.woff2") format("woff2");
1493
607
  unicode-range: U+0370-03FF;
1494
608
  }
1495
609
  /* vietnamese */
1496
610
  @font-face {
1497
- font-family: 'Source Sans Pro';
611
+ font-family: "Source Sans Pro";
1498
612
  font-style: normal;
1499
613
  font-weight: 400;
1500
614
  font-display: swap;
1501
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-vietnamese167.woff2') format('woff2');
615
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
616
+ url("./Source_Sans_Pro-400-vietnamese167.woff2") format("woff2");
1502
617
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1503
618
  }
1504
619
  /* latin-ext */
1505
620
  @font-face {
1506
- font-family: 'Source Sans Pro';
621
+ font-family: "Source Sans Pro";
1507
622
  font-style: normal;
1508
623
  font-weight: 400;
1509
624
  font-display: swap;
1510
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-latin-ext168.woff2') format('woff2');
625
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
626
+ url("./Source_Sans_Pro-400-latin-ext168.woff2") format("woff2");
1511
627
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1512
628
  }
1513
629
  /* latin */
1514
630
  @font-face {
1515
- font-family: 'Source Sans Pro';
631
+ font-family: "Source Sans Pro";
1516
632
  font-style: normal;
1517
633
  font-weight: 400;
1518
634
  font-display: swap;
1519
- src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('./Source_Sans_Pro-400-latin169.woff2') format('woff2');
1520
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
635
+ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
636
+ url("./Source_Sans_Pro-400-latin169.woff2") format("woff2");
637
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
638
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1521
639
  }
1522
640
  /* cyrillic-ext */
1523
641
  @font-face {
1524
- font-family: 'Source Sans Pro';
642
+ font-family: "Source Sans Pro";
1525
643
  font-style: normal;
1526
644
  font-weight: 600;
1527
645
  font-display: swap;
1528
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-cyrillic-ext170.woff2') format('woff2');
646
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
647
+ url("./Source_Sans_Pro-600-cyrillic-ext170.woff2") format("woff2");
1529
648
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1530
649
  }
1531
650
  /* cyrillic */
1532
651
  @font-face {
1533
- font-family: 'Source Sans Pro';
652
+ font-family: "Source Sans Pro";
1534
653
  font-style: normal;
1535
654
  font-weight: 600;
1536
655
  font-display: swap;
1537
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-cyrillic171.woff2') format('woff2');
656
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
657
+ url("./Source_Sans_Pro-600-cyrillic171.woff2") format("woff2");
1538
658
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1539
659
  }
1540
660
  /* greek-ext */
1541
661
  @font-face {
1542
- font-family: 'Source Sans Pro';
662
+ font-family: "Source Sans Pro";
1543
663
  font-style: normal;
1544
664
  font-weight: 600;
1545
665
  font-display: swap;
1546
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-greek-ext172.woff2') format('woff2');
666
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
667
+ url("./Source_Sans_Pro-600-greek-ext172.woff2") format("woff2");
1547
668
  unicode-range: U+1F00-1FFF;
1548
669
  }
1549
670
  /* greek */
1550
671
  @font-face {
1551
- font-family: 'Source Sans Pro';
672
+ font-family: "Source Sans Pro";
1552
673
  font-style: normal;
1553
674
  font-weight: 600;
1554
675
  font-display: swap;
1555
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-greek173.woff2') format('woff2');
676
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
677
+ url("./Source_Sans_Pro-600-greek173.woff2") format("woff2");
1556
678
  unicode-range: U+0370-03FF;
1557
679
  }
1558
680
  /* vietnamese */
1559
681
  @font-face {
1560
- font-family: 'Source Sans Pro';
682
+ font-family: "Source Sans Pro";
1561
683
  font-style: normal;
1562
684
  font-weight: 600;
1563
685
  font-display: swap;
1564
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-vietnamese174.woff2') format('woff2');
686
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
687
+ url("./Source_Sans_Pro-600-vietnamese174.woff2") format("woff2");
1565
688
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1566
689
  }
1567
690
  /* latin-ext */
1568
691
  @font-face {
1569
- font-family: 'Source Sans Pro';
692
+ font-family: "Source Sans Pro";
1570
693
  font-style: normal;
1571
694
  font-weight: 600;
1572
695
  font-display: swap;
1573
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-latin-ext175.woff2') format('woff2');
696
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
697
+ url("./Source_Sans_Pro-600-latin-ext175.woff2") format("woff2");
1574
698
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1575
699
  }
1576
700
  /* latin */
1577
701
  @font-face {
1578
- font-family: 'Source Sans Pro';
702
+ font-family: "Source Sans Pro";
1579
703
  font-style: normal;
1580
704
  font-weight: 600;
1581
705
  font-display: swap;
1582
- src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('./Source_Sans_Pro-600-latin176.woff2') format('woff2');
1583
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
706
+ src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
707
+ url("./Source_Sans_Pro-600-latin176.woff2") format("woff2");
708
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
709
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1584
710
  }
1585
711
  /* cyrillic-ext */
1586
712
  @font-face {
1587
- font-family: 'Source Sans Pro';
713
+ font-family: "Source Sans Pro";
1588
714
  font-style: normal;
1589
715
  font-weight: 700;
1590
716
  font-display: swap;
1591
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-cyrillic-ext177.woff2') format('woff2');
717
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
718
+ url("./Source_Sans_Pro-700-cyrillic-ext177.woff2") format("woff2");
1592
719
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1593
720
  }
1594
721
  /* cyrillic */
1595
722
  @font-face {
1596
- font-family: 'Source Sans Pro';
723
+ font-family: "Source Sans Pro";
1597
724
  font-style: normal;
1598
725
  font-weight: 700;
1599
726
  font-display: swap;
1600
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-cyrillic178.woff2') format('woff2');
727
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
728
+ url("./Source_Sans_Pro-700-cyrillic178.woff2") format("woff2");
1601
729
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1602
730
  }
1603
731
  /* greek-ext */
1604
732
  @font-face {
1605
- font-family: 'Source Sans Pro';
733
+ font-family: "Source Sans Pro";
1606
734
  font-style: normal;
1607
735
  font-weight: 700;
1608
736
  font-display: swap;
1609
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-greek-ext179.woff2') format('woff2');
737
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
738
+ url("./Source_Sans_Pro-700-greek-ext179.woff2") format("woff2");
1610
739
  unicode-range: U+1F00-1FFF;
1611
740
  }
1612
741
  /* greek */
1613
742
  @font-face {
1614
- font-family: 'Source Sans Pro';
743
+ font-family: "Source Sans Pro";
1615
744
  font-style: normal;
1616
745
  font-weight: 700;
1617
746
  font-display: swap;
1618
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-greek180.woff2') format('woff2');
747
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
748
+ url("./Source_Sans_Pro-700-greek180.woff2") format("woff2");
1619
749
  unicode-range: U+0370-03FF;
1620
750
  }
1621
751
  /* vietnamese */
1622
752
  @font-face {
1623
- font-family: 'Source Sans Pro';
753
+ font-family: "Source Sans Pro";
1624
754
  font-style: normal;
1625
755
  font-weight: 700;
1626
756
  font-display: swap;
1627
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-vietnamese181.woff2') format('woff2');
757
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
758
+ url("./Source_Sans_Pro-700-vietnamese181.woff2") format("woff2");
1628
759
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1629
760
  }
1630
761
  /* latin-ext */
1631
762
  @font-face {
1632
- font-family: 'Source Sans Pro';
763
+ font-family: "Source Sans Pro";
1633
764
  font-style: normal;
1634
765
  font-weight: 700;
1635
766
  font-display: swap;
1636
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-latin-ext182.woff2') format('woff2');
767
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
768
+ url("./Source_Sans_Pro-700-latin-ext182.woff2") format("woff2");
1637
769
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1638
770
  }
1639
771
  /* latin */
1640
772
  @font-face {
1641
- font-family: 'Source Sans Pro';
773
+ font-family: "Source Sans Pro";
1642
774
  font-style: normal;
1643
775
  font-weight: 700;
1644
776
  font-display: swap;
1645
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('./Source_Sans_Pro-700-latin183.woff2') format('woff2');
1646
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
777
+ src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
778
+ url("./Source_Sans_Pro-700-latin183.woff2") format("woff2");
779
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
780
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1647
781
  }
1648
782
  /* cyrillic-ext */
1649
783
  @font-face {
1650
- font-family: 'Source Sans Pro';
784
+ font-family: "Source Sans Pro";
1651
785
  font-style: normal;
1652
786
  font-weight: 900;
1653
787
  font-display: swap;
1654
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-cyrillic-ext184.woff2') format('woff2');
788
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
789
+ url("./Source_Sans_Pro-900-cyrillic-ext184.woff2") format("woff2");
1655
790
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1656
791
  }
1657
792
  /* cyrillic */
1658
793
  @font-face {
1659
- font-family: 'Source Sans Pro';
794
+ font-family: "Source Sans Pro";
1660
795
  font-style: normal;
1661
796
  font-weight: 900;
1662
797
  font-display: swap;
1663
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-cyrillic185.woff2') format('woff2');
798
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
799
+ url("./Source_Sans_Pro-900-cyrillic185.woff2") format("woff2");
1664
800
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1665
801
  }
1666
802
  /* greek-ext */
1667
803
  @font-face {
1668
- font-family: 'Source Sans Pro';
804
+ font-family: "Source Sans Pro";
1669
805
  font-style: normal;
1670
806
  font-weight: 900;
1671
807
  font-display: swap;
1672
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-greek-ext186.woff2') format('woff2');
808
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
809
+ url("./Source_Sans_Pro-900-greek-ext186.woff2") format("woff2");
1673
810
  unicode-range: U+1F00-1FFF;
1674
811
  }
1675
812
  /* greek */
1676
813
  @font-face {
1677
- font-family: 'Source Sans Pro';
814
+ font-family: "Source Sans Pro";
1678
815
  font-style: normal;
1679
816
  font-weight: 900;
1680
817
  font-display: swap;
1681
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-greek187.woff2') format('woff2');
818
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
819
+ url("./Source_Sans_Pro-900-greek187.woff2") format("woff2");
1682
820
  unicode-range: U+0370-03FF;
1683
821
  }
1684
822
  /* vietnamese */
1685
823
  @font-face {
1686
- font-family: 'Source Sans Pro';
824
+ font-family: "Source Sans Pro";
1687
825
  font-style: normal;
1688
826
  font-weight: 900;
1689
827
  font-display: swap;
1690
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-vietnamese188.woff2') format('woff2');
828
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
829
+ url("./Source_Sans_Pro-900-vietnamese188.woff2") format("woff2");
1691
830
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1692
831
  }
1693
832
  /* latin-ext */
1694
833
  @font-face {
1695
- font-family: 'Source Sans Pro';
834
+ font-family: "Source Sans Pro";
1696
835
  font-style: normal;
1697
836
  font-weight: 900;
1698
837
  font-display: swap;
1699
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-latin-ext189.woff2') format('woff2');
838
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
839
+ url("./Source_Sans_Pro-900-latin-ext189.woff2") format("woff2");
1700
840
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1701
841
  }
1702
842
  /* latin */
1703
843
  @font-face {
1704
- font-family: 'Source Sans Pro';
844
+ font-family: "Source Sans Pro";
1705
845
  font-style: normal;
1706
846
  font-weight: 900;
1707
847
  font-display: swap;
1708
- src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('./Source_Sans_Pro-900-latin190.woff2') format('woff2');
1709
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
848
+ src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
849
+ url("./Source_Sans_Pro-900-latin190.woff2") format("woff2");
850
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
851
+ U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1710
852
  }