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