style(splash): set Athelas as primary font and italicize button text

- Prioritize Athelas in --font-system font stack with system fonts as fallback
- Apply italic style to splash button heading and label for typography emphasis
This commit is contained in:
2026-06-16 15:30:23 +08:00
parent dcb6312fa3
commit 02b1b713a5
2 changed files with 8 additions and 2 deletions
@@ -12,6 +12,7 @@
font-family: var(--font-athelas);
font-size: var(--font-size-xxl);
font-weight: 700;
font-style: italic;
color: #ffffff;
background: transparent;
border: 0;
@@ -43,6 +44,7 @@
color: #ffffff;
font-weight: 700;
cursor: pointer;
font-style: italic;
display: inline-flex;
align-items: center;
justify-content: center;