Improve font and layout.

This commit is contained in:
2025-07-06 11:21:31 +02:00
parent 6213cdd2b9
commit 9b2f457f0b
14 changed files with 193 additions and 49 deletions

View File

@@ -4,7 +4,7 @@
.splash-container {
margin: -2rem -2rem 0 -2rem;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-family: inherit;
}
/* Hero Section */
@@ -60,6 +60,7 @@
transition: all 0.3s ease;
font-weight: 500;
display: inline-block;
font-family: inherit;
}
.btn-primary {
@@ -380,6 +381,7 @@
border-radius: 6px;
transition: all 0.3s ease;
font-weight: 500;
font-family: inherit;
}
.btn-pricing:hover {