feat(assets): add initial fonts and image assets

This commit is contained in:
2026-06-09 15:47:20 +08:00
parent cda55c8f9b
commit e2f60bc4f2
41 changed files with 207 additions and 70 deletions
@@ -2,21 +2,17 @@
display: flex;
flex-direction: column;
gap: var(--spacing-md);
color: var(--color-text-primary);
z-index: 2;
}
.title {
margin: 0;
font-family: var(--font-athelas);
font-size: var(--font-size-26);
font-weight: 600;
line-height: 1.3;
}
.subtitle {
font-size: var(--font-size-title);
font-weight: 700;
font-style: italic;
line-height: 1.4;
color: #ffffff;
text-align: left;
white-space: pre-line;
margin: 0;
font-size: var(--font-size-md);
line-height: 1.5;
color: rgba(255, 255, 255, 0.8);
}