Payment setup
This commit is contained in:
fraxle
2026-05-15 15:25:44 +01:00
parent dd5b44ece3
commit f57be65f95
5 changed files with 409 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
/* ── 1. FONTS + RESET ───────────────────────────────────────────────── */
@import "https://fonts.bunny.net/css2?family=Fraunces:opsz,wght@9..144,300;9..144,500;9..144,700;9..144,900&family=JetBrains+Mono:wght@400;600&family=Manrope:wght@400;500;600;700&display=swap";
@import "https://fonts.bunny.net/css2?family=Fraunces:ital,wght@0,300;0,500;0,700;0,900;1,300;1,500;1,700;1,900&family=JetBrains+Mono:wght@400;600&family=Manrope:wght@400;500;600;700&display=swap";
*,
*:before,
+2 -2
View File
@@ -39,9 +39,9 @@
font-style: normal;
}
.utci-title .title-scope { /* "Scope" — italic */
.utci-title .title-scope { /* "Scope" — italic light, matching about page */
font-style: italic;
font-weight: 900;
font-weight: 300;
color: #1e1208;
}