|
1 | 1 | @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"); |
2 | | -@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap"); |
3 | 2 | /*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */ |
4 | 3 | @layer properties { |
5 | 4 | @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) { |
|
165 | 164 | html, :host { |
166 | 165 | -webkit-text-size-adjust: 100%; |
167 | 166 | tab-size: 4; |
168 | | - line-height: 1.54; |
169 | | - font-family: 'Merriweather', Georgia, 'Times New Roman', serif; |
| 167 | + line-height: 1.5; |
| 168 | + font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); |
170 | 169 | font-feature-settings: var(--default-font-feature-settings, normal); |
171 | 170 | font-variation-settings: var(--default-font-variation-settings, normal); |
172 | 171 | -webkit-tap-highlight-color: transparent; |
|
419 | 418 | color: var(--foreground); |
420 | 419 | -webkit-font-smoothing: antialiased; |
421 | 420 | -moz-osx-font-smoothing: grayscale; |
422 | | - font-family: 'Merriweather', Georgia, 'Times New Roman', serif; |
| 421 | + font-family: -apple-system, BlinkMacSystemFont, SF Pro Text, SF Pro Display, Inter, system-ui, sans-serif; |
423 | 422 | } |
424 | 423 |
|
425 | 424 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 { |
426 | 425 | font-size: var(--text-2xl); |
427 | 426 | font-weight: var(--font-weight-medium); |
428 | 427 | letter-spacing: -.02em; |
429 | | - font-family: 'Merriweather', Georgia, 'Times New Roman', serif; |
430 | | - line-height: 1.54; |
| 428 | + font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, Inter, system-ui, sans-serif; |
| 429 | + line-height: 1.5; |
431 | 430 | } |
432 | 431 |
|
433 | 432 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 { |
434 | 433 | font-size: var(--text-xl); |
435 | 434 | font-weight: var(--font-weight-medium); |
436 | 435 | letter-spacing: -.01em; |
437 | | - font-family: 'Merriweather', Georgia, 'Times New Roman', serif; |
438 | | - line-height: 1.54; |
| 436 | + font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, Inter, system-ui, sans-serif; |
| 437 | + line-height: 1.5; |
439 | 438 | } |
440 | 439 |
|
441 | 440 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 { |
442 | 441 | font-size: var(--text-lg); |
443 | 442 | font-weight: var(--font-weight-medium); |
444 | | - font-family: 'Merriweather', Georgia, 'Times New Roman', serif; |
445 | | - line-height: 1.54; |
| 443 | + font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, Inter, system-ui, sans-serif; |
| 444 | + line-height: 1.5; |
446 | 445 | } |
447 | 446 |
|
448 | 447 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 { |
449 | 448 | font-size: var(--text-base); |
450 | 449 | font-weight: var(--font-weight-medium); |
451 | | - line-height: 1.54; |
| 450 | + line-height: 1.5; |
452 | 451 | } |
453 | 452 |
|
454 | 453 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p { |
455 | 454 | font-size: var(--text-base); |
456 | 455 | font-weight: var(--font-weight-normal); |
457 | | - line-height: 1.54; |
| 456 | + line-height: 1.5; |
458 | 457 | } |
459 | 458 |
|
460 | 459 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button { |
461 | 460 | font-size: var(--text-base); |
462 | 461 | font-weight: var(--font-weight-medium); |
463 | | - line-height: 1.54; |
| 462 | + line-height: 1.5; |
464 | 463 | } |
465 | 464 |
|
466 | 465 | :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input { |
467 | 466 | font-size: var(--text-base); |
468 | 467 | font-weight: var(--font-weight-normal); |
469 | | - line-height: 1.54; |
| 468 | + line-height: 1.5; |
470 | 469 | } |
471 | 470 | } |
472 | 471 |
|
|
0 commit comments