|
7 | 7 | <meta name="description" content="Map your entire vendor party guest list — from third parties to the Nth degree — through DNS analysis."> |
8 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
10 | | -<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Syncopate:wght@400;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"> |
| 10 | +<link href="https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"> |
11 | 11 | <link href="https://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.css" rel="stylesheet"> |
12 | 12 | <style> |
| 13 | +@font-face { |
| 14 | + font-family: 'Cyberthrone'; |
| 15 | + src: url('fonts/Cyberthrone.ttf') format('truetype'); |
| 16 | + font-weight: 400; |
| 17 | + font-style: normal; |
| 18 | + font-display: swap; |
| 19 | +} |
13 | 20 | /* ══════════════════════════════════════════════ |
14 | 21 | NTH PARTY FINDER — Design System |
15 | 22 | GRC Engineering colors + retro arcade aesthetic |
|
32 | 39 | --text-dim: #6e6e8a; |
33 | 40 | --text-bright:#f0f0ff; |
34 | 41 |
|
35 | | - --font-display: 'Press Start 2P', 'Syncopate', sans-serif; |
| 42 | + --font-display: 'Cyberthrone', 'Syncopate', sans-serif; |
36 | 43 | --font-body: 'Space Grotesk', sans-serif; |
37 | 44 | --font-mono: 'Space Mono', monospace; |
38 | 45 |
|
|
91 | 98 | } |
92 | 99 | .nav-logo { |
93 | 100 | font-family: var(--font-display); |
94 | | - font-size: 0.55rem; |
| 101 | + font-size: 0.9rem; |
95 | 102 | font-weight: 700; |
96 | 103 | letter-spacing: 3px; |
97 | 104 | text-transform: uppercase; |
|
173 | 180 |
|
174 | 181 | .hero-title { |
175 | 182 | font-family: var(--font-display); |
176 | | - font-size: clamp(1.4rem, 4vw, 2.8rem); |
| 183 | + font-size: clamp(2.4rem, 7vw, 5rem); |
177 | 184 | font-weight: 700; |
178 | 185 | line-height: 1.8; |
179 | 186 | letter-spacing: 4px; |
|
229 | 236 |
|
230 | 237 | .btn-neon { |
231 | 238 | font-family: var(--font-display); |
232 | | - font-size: 0.5rem; |
| 239 | + font-size: 0.85rem; |
233 | 240 | font-weight: 700; |
234 | 241 | letter-spacing: 3px; |
235 | 242 | text-transform: uppercase; |
|
288 | 295 | section { padding: 80px 0; } |
289 | 296 | .section-label { |
290 | 297 | font-family: var(--font-display); |
291 | | - font-size: 0.45rem; |
| 298 | + font-size: 0.75rem; |
292 | 299 | font-weight: 700; |
293 | 300 | letter-spacing: 5px; |
294 | 301 | text-transform: uppercase; |
|
298 | 305 | } |
299 | 306 | .section-title { |
300 | 307 | font-family: var(--font-display); |
301 | | - font-size: clamp(0.9rem, 2vw, 1.3rem); |
| 308 | + font-size: clamp(1.5rem, 3vw, 2.2rem); |
302 | 309 | font-weight: 700; |
303 | 310 | letter-spacing: 3px; |
304 | 311 | text-transform: uppercase; |
|
389 | 396 | border-radius: 50%; |
390 | 397 | display: flex; align-items: center; justify-content: center; |
391 | 398 | font-family: var(--font-display); |
392 | | - font-size: 0.5rem; |
| 399 | + font-size: 0.8rem; |
393 | 400 | font-weight: 700; |
394 | 401 | color: var(--neon-pink); |
395 | 402 | flex-shrink: 0; |
|
0 commit comments