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