@novalabsxyz/tokens 2.0.0-y.0 → 2.0.0-y.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,766 @@
1
+ @tailwind utilities
2
+
3
+ @layer utilities {
4
+ .display-2xl-bold {
5
+ font-family: Figtree;
6
+ font-size: 72px;
7
+ font-weight: Bold;
8
+ letter-spacing: -2px;
9
+ line-height: 100px;
10
+ text-indent: 0px;
11
+ margin-bottom: 72px;
12
+ text-transform: none;
13
+ text-decoration: none;
14
+ }
15
+ .display-2xl-medium {
16
+ font-family: Figtree;
17
+ font-size: 72px;
18
+ font-weight: Medium;
19
+ letter-spacing: -2px;
20
+ line-height: 100px;
21
+ text-indent: 0px;
22
+ margin-bottom: 72px;
23
+ text-transform: none;
24
+ text-decoration: none;
25
+ }
26
+ .display-2xl-regular {
27
+ font-family: Figtree;
28
+ font-size: 72px;
29
+ font-weight: Regular;
30
+ letter-spacing: -2px;
31
+ line-height: 100px;
32
+ text-indent: 0px;
33
+ margin-bottom: 72px;
34
+ text-transform: none;
35
+ text-decoration: none;
36
+ }
37
+ .display-2xl-semibold {
38
+ font-family: Figtree;
39
+ font-size: 72px;
40
+ font-weight: SemiBold;
41
+ letter-spacing: -2px;
42
+ line-height: 100px;
43
+ text-indent: 0px;
44
+ margin-bottom: 72px;
45
+ text-transform: none;
46
+ text-decoration: none;
47
+ }
48
+ .display-lg-bold {
49
+ font-family: Figtree;
50
+ font-size: 48px;
51
+ font-weight: Bold;
52
+ letter-spacing: -2px;
53
+ line-height: 60px;
54
+ text-indent: 0px;
55
+ margin-bottom: 48px;
56
+ text-transform: none;
57
+ text-decoration: none;
58
+ }
59
+ .display-lg-medium {
60
+ font-family: Figtree;
61
+ font-size: 48px;
62
+ font-weight: Medium;
63
+ letter-spacing: -2px;
64
+ line-height: 60px;
65
+ text-indent: 0px;
66
+ margin-bottom: 48px;
67
+ text-transform: none;
68
+ text-decoration: none;
69
+ }
70
+ .display-lg-regular {
71
+ font-family: Figtree;
72
+ font-size: 48px;
73
+ font-weight: Regular;
74
+ letter-spacing: -2px;
75
+ line-height: 60px;
76
+ text-indent: 0px;
77
+ margin-bottom: 48px;
78
+ text-transform: none;
79
+ text-decoration: none;
80
+ }
81
+ .display-lg-semibold {
82
+ font-family: Figtree;
83
+ font-size: 48px;
84
+ font-weight: SemiBold;
85
+ letter-spacing: -2px;
86
+ line-height: 60px;
87
+ text-indent: 0px;
88
+ margin-bottom: 48px;
89
+ text-transform: none;
90
+ text-decoration: none;
91
+ }
92
+ .display-md-bold {
93
+ font-family: Figtree;
94
+ font-size: 36px;
95
+ font-weight: Bold;
96
+ letter-spacing: -2px;
97
+ line-height: 100px;
98
+ text-indent: 0px;
99
+ margin-bottom: 36px;
100
+ text-transform: none;
101
+ text-decoration: none;
102
+ }
103
+ .display-md-medium {
104
+ font-family: Figtree;
105
+ font-size: 36px;
106
+ font-weight: Medium;
107
+ letter-spacing: -2px;
108
+ line-height: 100px;
109
+ text-indent: 0px;
110
+ margin-bottom: 36px;
111
+ text-transform: none;
112
+ text-decoration: none;
113
+ }
114
+ .display-md-regular {
115
+ font-family: Figtree;
116
+ font-size: 36px;
117
+ font-weight: Regular;
118
+ letter-spacing: -2px;
119
+ line-height: 100px;
120
+ text-indent: 0px;
121
+ margin-bottom: 36px;
122
+ text-transform: none;
123
+ text-decoration: none;
124
+ }
125
+ .display-md-semibold {
126
+ font-family: Figtree;
127
+ font-size: 36px;
128
+ font-weight: SemiBold;
129
+ letter-spacing: -2px;
130
+ line-height: 100px;
131
+ text-indent: 0px;
132
+ margin-bottom: 36px;
133
+ text-transform: none;
134
+ text-decoration: none;
135
+ }
136
+ .display-sm-bold {
137
+ font-family: Figtree;
138
+ font-size: 30px;
139
+ font-weight: Bold;
140
+ letter-spacing: 0px;
141
+ line-height: 38px;
142
+ text-indent: 0px;
143
+ margin-bottom: 30px;
144
+ text-transform: none;
145
+ text-decoration: none;
146
+ }
147
+ .display-sm-medium {
148
+ font-family: Figtree;
149
+ font-size: 30px;
150
+ font-weight: Medium;
151
+ letter-spacing: 0px;
152
+ line-height: 38px;
153
+ text-indent: 0px;
154
+ margin-bottom: 30px;
155
+ text-transform: none;
156
+ text-decoration: none;
157
+ }
158
+ .display-sm-medium-italic {
159
+ font-family: Inter;
160
+ font-size: 30px;
161
+ font-weight: Medium;
162
+ letter-spacing: 0px;
163
+ line-height: 44px;
164
+ text-indent: 0px;
165
+ margin-bottom: 38px;
166
+ text-transform: none;
167
+ text-decoration: none;
168
+ font-style: italic;
169
+ }
170
+ .display-sm-regular {
171
+ font-family: Figtree;
172
+ font-size: 30px;
173
+ font-weight: Regular;
174
+ letter-spacing: 0px;
175
+ line-height: 38px;
176
+ text-indent: 0px;
177
+ margin-bottom: 30px;
178
+ text-transform: none;
179
+ text-decoration: none;
180
+ }
181
+ .display-sm-semibold {
182
+ font-family: Figtree;
183
+ font-size: 30px;
184
+ font-weight: SemiBold;
185
+ letter-spacing: 0px;
186
+ line-height: 38px;
187
+ text-indent: 0px;
188
+ margin-bottom: 30px;
189
+ text-transform: none;
190
+ text-decoration: none;
191
+ }
192
+ .display-xl-bold {
193
+ font-family: Figtree;
194
+ font-size: 60px;
195
+ font-weight: Bold;
196
+ letter-spacing: -2px;
197
+ line-height: 100px;
198
+ text-indent: 0px;
199
+ margin-bottom: 60px;
200
+ text-transform: none;
201
+ text-decoration: none;
202
+ }
203
+ .display-xl-medium {
204
+ font-family: Figtree;
205
+ font-size: 60px;
206
+ font-weight: Medium;
207
+ letter-spacing: -2px;
208
+ line-height: 72px;
209
+ text-indent: 0px;
210
+ margin-bottom: 60px;
211
+ text-transform: none;
212
+ text-decoration: none;
213
+ }
214
+ .display-xl-regular {
215
+ font-family: Figtree;
216
+ font-size: 60px;
217
+ font-weight: Regular;
218
+ letter-spacing: -2px;
219
+ line-height: 100px;
220
+ text-indent: 0px;
221
+ margin-bottom: 60px;
222
+ text-transform: none;
223
+ text-decoration: none;
224
+ }
225
+ .display-xl-semibold {
226
+ font-family: Figtree;
227
+ font-size: 60px;
228
+ font-weight: SemiBold;
229
+ letter-spacing: -2px;
230
+ line-height: 100px;
231
+ text-indent: 0px;
232
+ margin-bottom: 60px;
233
+ text-transform: none;
234
+ text-decoration: none;
235
+ }
236
+ .display-xs-bold {
237
+ font-family: Figtree;
238
+ font-size: 24px;
239
+ font-weight: Bold;
240
+ letter-spacing: 0px;
241
+ line-height: 32px;
242
+ text-indent: 0px;
243
+ margin-bottom: 24px;
244
+ text-transform: none;
245
+ text-decoration: none;
246
+ }
247
+ .display-xs-medium {
248
+ font-family: Figtree;
249
+ font-size: 24px;
250
+ font-weight: Medium;
251
+ letter-spacing: 0px;
252
+ line-height: 32px;
253
+ text-indent: 0px;
254
+ margin-bottom: 24px;
255
+ text-transform: none;
256
+ text-decoration: none;
257
+ }
258
+ .display-xs-medium-italic {
259
+ font-family: Inter;
260
+ font-size: 24px;
261
+ font-weight: Medium;
262
+ letter-spacing: 0px;
263
+ line-height: 36px;
264
+ text-indent: 0px;
265
+ margin-bottom: 32px;
266
+ text-transform: none;
267
+ text-decoration: none;
268
+ font-style: italic;
269
+ }
270
+ .display-xs-regular {
271
+ font-family: Figtree;
272
+ font-size: 24px;
273
+ font-weight: Regular;
274
+ letter-spacing: 0px;
275
+ line-height: 32px;
276
+ text-indent: 0px;
277
+ margin-bottom: 24px;
278
+ text-transform: none;
279
+ text-decoration: none;
280
+ }
281
+ .display-xs-semibold {
282
+ font-family: Figtree;
283
+ font-size: 24px;
284
+ font-weight: SemiBold;
285
+ letter-spacing: 0px;
286
+ line-height: 32px;
287
+ text-indent: 0px;
288
+ margin-bottom: 24px;
289
+ text-transform: none;
290
+ text-decoration: none;
291
+ }
292
+ .text-lg-bold {
293
+ font-family: Figtree;
294
+ font-size: 18px;
295
+ font-weight: Bold;
296
+ letter-spacing: 0px;
297
+ line-height: 28px;
298
+ text-indent: 0px;
299
+ margin-bottom: 18px;
300
+ text-transform: none;
301
+ text-decoration: none;
302
+ }
303
+ .text-lg-bold-italic {
304
+ font-family: Inter;
305
+ font-size: 18px;
306
+ font-weight: Bold;
307
+ letter-spacing: 0px;
308
+ line-height: 28px;
309
+ text-indent: 0px;
310
+ margin-bottom: 18px;
311
+ text-transform: none;
312
+ text-decoration: none;
313
+ font-style: italic;
314
+ }
315
+ .text-lg-medium {
316
+ font-family: Figtree;
317
+ font-size: 18px;
318
+ font-weight: Medium;
319
+ letter-spacing: 0px;
320
+ line-height: 28px;
321
+ text-indent: 0px;
322
+ margin-bottom: 18px;
323
+ text-transform: none;
324
+ text-decoration: none;
325
+ }
326
+ .text-lg-medium-italic {
327
+ font-family: Inter;
328
+ font-size: 18px;
329
+ font-weight: Medium;
330
+ letter-spacing: 0px;
331
+ line-height: 28px;
332
+ text-indent: 0px;
333
+ margin-bottom: 18px;
334
+ text-transform: none;
335
+ text-decoration: none;
336
+ font-style: italic;
337
+ }
338
+ .text-lg-medium-underlined {
339
+ font-family: Inter;
340
+ font-size: 18px;
341
+ font-weight: Medium;
342
+ letter-spacing: 0px;
343
+ line-height: 28px;
344
+ text-indent: 0px;
345
+ margin-bottom: 28px;
346
+ text-transform: none;
347
+ text-decoration: underline;
348
+ }
349
+ .text-lg-regular {
350
+ font-family: Figtree;
351
+ font-size: 18px;
352
+ font-weight: Regular;
353
+ letter-spacing: 0px;
354
+ line-height: 28px;
355
+ text-indent: 0px;
356
+ margin-bottom: 18px;
357
+ text-transform: none;
358
+ text-decoration: none;
359
+ }
360
+ .text-lg-regular-italic {
361
+ font-family: Inter;
362
+ font-size: 18px;
363
+ font-weight: Regular;
364
+ letter-spacing: 0px;
365
+ line-height: 28px;
366
+ text-indent: 0px;
367
+ margin-bottom: 18px;
368
+ text-transform: none;
369
+ text-decoration: none;
370
+ font-style: italic;
371
+ }
372
+ .text-lg-regular-underlined {
373
+ font-family: Inter;
374
+ font-size: 18px;
375
+ font-weight: Regular;
376
+ letter-spacing: 0px;
377
+ line-height: 28px;
378
+ text-indent: 0px;
379
+ margin-bottom: 18px;
380
+ text-transform: none;
381
+ text-decoration: underline;
382
+ }
383
+ .text-lg-semibold {
384
+ font-family: Figtree;
385
+ font-size: 18px;
386
+ font-weight: SemiBold;
387
+ letter-spacing: 0px;
388
+ line-height: 28px;
389
+ text-indent: 0px;
390
+ margin-bottom: 18px;
391
+ text-transform: none;
392
+ text-decoration: none;
393
+ }
394
+ .text-lg-semibold-italic {
395
+ font-family: Inter;
396
+ font-size: 18px;
397
+ font-weight: Semi Bold;
398
+ letter-spacing: 0px;
399
+ line-height: 28px;
400
+ text-indent: 0px;
401
+ margin-bottom: 18px;
402
+ text-transform: none;
403
+ text-decoration: none;
404
+ font-style: italic;
405
+ }
406
+ .text-lg-semibold-underlined {
407
+ font-family: Inter;
408
+ font-size: 18px;
409
+ font-weight: Semi Bold;
410
+ letter-spacing: 0px;
411
+ line-height: 28px;
412
+ text-indent: 0px;
413
+ margin-bottom: 18px;
414
+ text-transform: none;
415
+ text-decoration: underline;
416
+ }
417
+ .text-md-bold {
418
+ font-family: Figtree;
419
+ font-size: 16px;
420
+ font-weight: Bold;
421
+ letter-spacing: 0px;
422
+ line-height: 24px;
423
+ text-indent: 0px;
424
+ margin-bottom: 16px;
425
+ text-transform: none;
426
+ text-decoration: none;
427
+ }
428
+ .text-md-bold-italic {
429
+ font-family: Inter;
430
+ font-size: 16px;
431
+ font-weight: Bold;
432
+ letter-spacing: 0px;
433
+ line-height: 24px;
434
+ text-indent: 0px;
435
+ margin-bottom: 16px;
436
+ text-transform: none;
437
+ text-decoration: none;
438
+ font-style: italic;
439
+ }
440
+ .text-md-medium {
441
+ font-family: Figtree;
442
+ font-size: 16px;
443
+ font-weight: Medium;
444
+ letter-spacing: 0px;
445
+ line-height: 24px;
446
+ text-indent: 0px;
447
+ margin-bottom: 16px;
448
+ text-transform: none;
449
+ text-decoration: none;
450
+ }
451
+ .text-md-medium-italic {
452
+ font-family: Inter;
453
+ font-size: 16px;
454
+ font-weight: Medium;
455
+ letter-spacing: 0px;
456
+ line-height: 24px;
457
+ text-indent: 0px;
458
+ margin-bottom: 16px;
459
+ text-transform: none;
460
+ text-decoration: none;
461
+ font-style: italic;
462
+ }
463
+ .text-md-medium-underlined {
464
+ font-family: Inter;
465
+ font-size: 16px;
466
+ font-weight: Medium;
467
+ letter-spacing: 0px;
468
+ line-height: 24px;
469
+ text-indent: 0px;
470
+ margin-bottom: 24px;
471
+ text-transform: none;
472
+ text-decoration: underline;
473
+ }
474
+ .text-md-regular {
475
+ font-family: Figtree;
476
+ font-size: 16px;
477
+ font-weight: Regular;
478
+ letter-spacing: 0px;
479
+ line-height: 24px;
480
+ text-indent: 0px;
481
+ margin-bottom: 16px;
482
+ text-transform: none;
483
+ text-decoration: none;
484
+ }
485
+ .text-md-regular-italic {
486
+ font-family: Inter;
487
+ font-size: 16px;
488
+ font-weight: Regular;
489
+ letter-spacing: 0px;
490
+ line-height: 24px;
491
+ text-indent: 0px;
492
+ margin-bottom: 16px;
493
+ text-transform: none;
494
+ text-decoration: none;
495
+ font-style: italic;
496
+ }
497
+ .text-md-regular-underlined {
498
+ font-family: Inter;
499
+ font-size: 16px;
500
+ font-weight: Regular;
501
+ letter-spacing: 0px;
502
+ line-height: 24px;
503
+ text-indent: 0px;
504
+ margin-bottom: 24px;
505
+ text-transform: none;
506
+ text-decoration: underline;
507
+ }
508
+ .text-md-semibold {
509
+ font-family: Figtree;
510
+ font-size: 16px;
511
+ font-weight: SemiBold;
512
+ letter-spacing: 0px;
513
+ line-height: 24px;
514
+ text-indent: 0px;
515
+ margin-bottom: 16px;
516
+ text-transform: none;
517
+ text-decoration: none;
518
+ }
519
+ .text-md-semibold-italic {
520
+ font-family: Inter;
521
+ font-size: 16px;
522
+ font-weight: Semi Bold;
523
+ letter-spacing: 0px;
524
+ line-height: 24px;
525
+ text-indent: 0px;
526
+ margin-bottom: 16px;
527
+ text-transform: none;
528
+ text-decoration: none;
529
+ font-style: italic;
530
+ }
531
+ .text-md-semibold-underlined {
532
+ font-family: Inter;
533
+ font-size: 16px;
534
+ font-weight: Semi Bold;
535
+ letter-spacing: 0px;
536
+ line-height: 24px;
537
+ text-indent: 0px;
538
+ margin-bottom: 16px;
539
+ text-transform: none;
540
+ text-decoration: underline;
541
+ }
542
+ .text-sm-bold {
543
+ font-family: Figtree;
544
+ font-size: 14px;
545
+ font-weight: Bold;
546
+ letter-spacing: 0px;
547
+ line-height: 20px;
548
+ text-indent: 0px;
549
+ margin-bottom: 14px;
550
+ text-transform: none;
551
+ text-decoration: none;
552
+ }
553
+ .text-sm-medium {
554
+ font-family: Figtree;
555
+ font-size: 14px;
556
+ font-weight: Medium;
557
+ letter-spacing: 0px;
558
+ line-height: 20px;
559
+ text-indent: 0px;
560
+ margin-bottom: 14px;
561
+ text-transform: none;
562
+ text-decoration: none;
563
+ }
564
+ .text-sm-medium-underlined {
565
+ font-family: Inter;
566
+ font-size: 14px;
567
+ font-weight: Medium;
568
+ letter-spacing: 0px;
569
+ line-height: 20px;
570
+ text-indent: 0px;
571
+ margin-bottom: 14px;
572
+ text-transform: none;
573
+ text-decoration: underline;
574
+ }
575
+ .text-sm-regular {
576
+ font-family: Figtree;
577
+ font-size: 14px;
578
+ font-weight: Regular;
579
+ letter-spacing: 0px;
580
+ line-height: 20px;
581
+ text-indent: 0px;
582
+ margin-bottom: 14px;
583
+ text-transform: none;
584
+ text-decoration: none;
585
+ }
586
+ .text-sm-regular-underlined {
587
+ font-family: Inter;
588
+ font-size: 14px;
589
+ font-weight: Regular;
590
+ letter-spacing: 0px;
591
+ line-height: 20px;
592
+ text-indent: 0px;
593
+ margin-bottom: 14px;
594
+ text-transform: none;
595
+ text-decoration: underline;
596
+ }
597
+ .text-sm-semibold {
598
+ font-family: Figtree;
599
+ font-size: 14px;
600
+ font-weight: SemiBold;
601
+ letter-spacing: 0px;
602
+ line-height: 20px;
603
+ text-indent: 0px;
604
+ margin-bottom: 14px;
605
+ text-transform: none;
606
+ text-decoration: none;
607
+ }
608
+ .text-sm-semibold-underlined {
609
+ font-family: Inter;
610
+ font-size: 14px;
611
+ font-weight: Semi Bold;
612
+ letter-spacing: 0px;
613
+ line-height: 20px;
614
+ text-indent: 0px;
615
+ margin-bottom: 14px;
616
+ text-transform: none;
617
+ text-decoration: underline;
618
+ }
619
+ .text-xl-bold {
620
+ font-family: Figtree;
621
+ font-size: 20px;
622
+ font-weight: Bold;
623
+ letter-spacing: 0px;
624
+ line-height: 30px;
625
+ text-indent: 0px;
626
+ margin-bottom: 20px;
627
+ text-transform: none;
628
+ text-decoration: none;
629
+ }
630
+ .text-xl-bold-italic {
631
+ font-family: Inter;
632
+ font-size: 20px;
633
+ font-weight: Bold;
634
+ letter-spacing: 0px;
635
+ line-height: 30px;
636
+ text-indent: 0px;
637
+ margin-bottom: 20px;
638
+ text-transform: none;
639
+ text-decoration: none;
640
+ font-style: italic;
641
+ }
642
+ .text-xl-medium {
643
+ font-family: Figtree;
644
+ font-size: 20px;
645
+ font-weight: Medium;
646
+ letter-spacing: 0px;
647
+ line-height: 30px;
648
+ text-indent: 0px;
649
+ margin-bottom: 20px;
650
+ text-transform: none;
651
+ text-decoration: none;
652
+ }
653
+ .text-xl-medium-italic {
654
+ font-family: Inter;
655
+ font-size: 20px;
656
+ font-weight: Medium;
657
+ letter-spacing: 0px;
658
+ line-height: 30px;
659
+ text-indent: 0px;
660
+ margin-bottom: 20px;
661
+ text-transform: none;
662
+ text-decoration: none;
663
+ font-style: italic;
664
+ }
665
+ .text-xl-regular {
666
+ font-family: Figtree;
667
+ font-size: 20px;
668
+ font-weight: Regular;
669
+ letter-spacing: 0px;
670
+ line-height: 30px;
671
+ text-indent: 0px;
672
+ margin-bottom: 20px;
673
+ text-transform: none;
674
+ text-decoration: none;
675
+ }
676
+ .text-xl-regular-italic {
677
+ font-family: Inter;
678
+ font-size: 20px;
679
+ font-weight: Regular;
680
+ letter-spacing: 0px;
681
+ line-height: 30px;
682
+ text-indent: 0px;
683
+ margin-bottom: 20px;
684
+ text-transform: none;
685
+ text-decoration: none;
686
+ font-style: italic;
687
+ }
688
+ .text-xl-regular-underlined {
689
+ font-family: Inter;
690
+ font-size: 20px;
691
+ font-weight: Regular;
692
+ letter-spacing: 0px;
693
+ line-height: 30px;
694
+ text-indent: 0px;
695
+ margin-bottom: 0px;
696
+ text-transform: none;
697
+ text-decoration: underline;
698
+ }
699
+ .text-xl-semibold {
700
+ font-family: Figtree;
701
+ font-size: 20px;
702
+ font-weight: SemiBold;
703
+ letter-spacing: 0px;
704
+ line-height: 30px;
705
+ text-indent: 0px;
706
+ margin-bottom: 20px;
707
+ text-transform: none;
708
+ text-decoration: none;
709
+ }
710
+ .text-xl-semibold-italic {
711
+ font-family: Inter;
712
+ font-size: 20px;
713
+ font-weight: Semi Bold;
714
+ letter-spacing: 0px;
715
+ line-height: 30px;
716
+ text-indent: 0px;
717
+ margin-bottom: 20px;
718
+ text-transform: none;
719
+ text-decoration: none;
720
+ font-style: italic;
721
+ }
722
+ .text-xs-bold {
723
+ font-family: Figtree;
724
+ font-size: 12px;
725
+ font-weight: Bold;
726
+ letter-spacing: 0px;
727
+ line-height: 18px;
728
+ text-indent: 0px;
729
+ margin-bottom: 12px;
730
+ text-transform: none;
731
+ text-decoration: none;
732
+ }
733
+ .text-xs-medium {
734
+ font-family: Figtree;
735
+ font-size: 12px;
736
+ font-weight: Medium;
737
+ letter-spacing: 0px;
738
+ line-height: 18px;
739
+ text-indent: 0px;
740
+ margin-bottom: 12px;
741
+ text-transform: none;
742
+ text-decoration: none;
743
+ }
744
+ .text-xs-regular {
745
+ font-family: Figtree;
746
+ font-size: 12px;
747
+ font-weight: Regular;
748
+ letter-spacing: 0px;
749
+ line-height: 18px;
750
+ text-indent: 0px;
751
+ margin-bottom: 12px;
752
+ text-transform: none;
753
+ text-decoration: none;
754
+ }
755
+ .text-xs-semibold {
756
+ font-family: Figtree;
757
+ font-size: 12px;
758
+ font-weight: SemiBold;
759
+ letter-spacing: 0px;
760
+ line-height: 18px;
761
+ text-indent: 0px;
762
+ margin-bottom: 12px;
763
+ text-transform: none;
764
+ text-decoration: none;
765
+ }
766
+ }