Pre-launch: Animation

This commit is contained in:
2025-12-12 09:40:30 +01:00
parent 82cee857eb
commit ccd024c12c
17 changed files with 237 additions and 77 deletions

View File

@@ -1,6 +1,9 @@
/* typography */
body {
font-family: $font-primary;
// font-family: $font-primary;
font-family: "nunito-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: $font-size;
line-height: 1.6;
@@ -22,7 +25,8 @@ h4,
h5,
h6 {
color: $text-dark;
font-family: $font-secondary;
//font-family: $font-secondary;
font-family: "momo-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.2;
}
@@ -32,7 +36,7 @@ h6 {
.content h4,
.content h5,
.content h6 {
font-weight: 600;
font-weight: 800;
}
h1,