@@ -52,7 +52,7 @@ function Landing() {
52
52
// 1. justify-self-center for centering the top horizontal NEPLOX text to the width of the logo,
53
53
// which is bigger horizontally than it is vertically.
54
54
// 2. text-[2rem] is the size of the social icons, we match this size on small layouts for consistency.
55
- className = "text-theme font-horizon col-start-2 row-start-1 justify-self-center text-[2rem] leading-none md:text-[min(10vh,6vw)]"
55
+ className = "font-horizon text-theme col-start-2 row-start-1 justify-self-center text-[2rem] leading-none md:text-[min(10vh,6vw)]"
56
56
>
57
57
NEPLOX
58
58
</ h1 >
@@ -76,7 +76,7 @@ function Landing() {
76
76
77
77
{ /* Signature */ }
78
78
< div className = "col-start-1 -col-end-1 row-start-3 md:col-start-2 md:col-end-auto" >
79
- < h3 className = "h-full w-0 max-w-0 min-w-full text-center font-sans font-light lg:text-lg" >
79
+ < h3 className = "font-theme-sans h-full w-0 max-w-0 min-w-full text-center font-light lg:text-lg" >
80
80
< span className = "align-baseline hyphens-manual" >
81
81
EST. 2024 BY CYBER­SECURITY RESEARCHERS
82
82
</ span >
@@ -91,7 +91,7 @@ function Landing() {
91
91
key = { text }
92
92
className = { `${ canHover ? "hover:animate-shake" : "" } ${
93
93
navShake [ index ] [ 0 ] ? "text-shadow animate-shake" : ""
94
- } nav-autoscale cursor-not-allowed font-sans leading-7 font-normal whitespace-nowrap`}
94
+ } nav-autoscale font-theme-sans cursor-not-allowed leading-7 font-normal whitespace-nowrap`}
95
95
// Avoid conflicting with the hover animation
96
96
onClick = { ( ) => ! canHover && navShake [ index ] [ 1 ] ( true ) }
97
97
onAnimationEnd = { ( ) => navShake [ index ] [ 1 ] ( false ) }
@@ -107,23 +107,21 @@ function Landing() {
107
107
108
108
{ /* About */ }
109
109
< div className = "col-start-1 -col-end-1 row-start-5 flex min-h-0 flex-col items-center justify-evenly gap-y-6 md:col-start-3 md:-col-end-1 md:row-start-2" >
110
- < p className = "max-w-lg text-justify font-serif leading-relaxed font-normal lg:text-lg/7 xl:text-xl/7" >
110
+ < p className = "font-theme-serif max-w-lg text-justify leading-relaxed font-normal lg:text-lg/7 xl:text-xl/7" >
111
111
Formed by like-minded, top-tier{ " " }
112
- < b className = "theme-highlight" >
113
-  security researchers 
114
- </ b > { " " }
112
+ < b className = "text-highlight" >  security researchers </ b > { " " }
115
113
from diverse backgrounds, the < b className = "text-theme" > Neplox</ b > { " " }
116
114
team is fueled by{ " " }
117
- < b className = "theme -highlight" >  curiosity </ b > to
118
- explore and < b className = "theme -highlight" >  secure </ b > { " " }
119
- modern systems.
115
+ < b className = "text -highlight" >  curiosity </ b > to explore
116
+ and < b className = "text -highlight" >  secure </ b > modern
117
+ systems.
120
118
</ p >
121
- < p className = "max-w-lg text-justify font-serif leading-relaxed font-normal lg:text-lg/7 xl:text-xl/7" >
119
+ < p className = "font-theme-serif max-w-lg text-justify leading-relaxed font-normal lg:text-lg/7 xl:text-xl/7" >
122
120
From international CTF winners to hardened reverse engineers and bug
123
121
bounty hunters, our unique skillsets come together to offer a{ " " }
124
- < b className = "theme -highlight" >  fresh perspective </ b > { " " }
125
- on the security of{ " " }
126
- < b className = "theme-highlight" >  Web3  </ b > ecosystems.
122
+ < b className = "text -highlight" >  fresh perspective </ b > on
123
+ the security of < b className = "text-highlight" >  Web3  </ b > { " " }
124
+ ecosystems.
127
125
</ p >
128
126
</ div >
129
127
0 commit comments