change text classes

This commit is contained in:
sasha-astiadi 2024-09-18 18:29:26 +02:00
parent 5e7e2272f7
commit 194f990569
54 changed files with 221 additions and 335 deletions

View File

@ -21,15 +21,10 @@
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/not-found.js" "static/chunks/app/not-found.js"
], ],
"/features/page": [ "/_not-found/page": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/features/page.js" "static/chunks/app/_not-found/page.js"
],
"/features/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/layout.js"
], ],
"/community/page": [ "/community/page": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
@ -41,15 +36,15 @@
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/community/layout.js" "static/chunks/app/community/layout.js"
], ],
"/_not-found/page": [ "/features/page": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js" "static/chunks/app/features/page.js"
], ],
"/community/events/blockchainweek2/page": [ "/features/layout": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/community/events/blockchainweek2/page.js" "static/chunks/app/features/layout.js"
], ],
"/usecases/page": [ "/usecases/page": [
"static/chunks/webpack.js", "static/chunks/webpack.js",
@ -60,11 +55,6 @@
"static/chunks/webpack.js", "static/chunks/webpack.js",
"static/chunks/main-app.js", "static/chunks/main-app.js",
"static/chunks/app/usecases/layout.js" "static/chunks/app/usecases/layout.js"
],
"/community/blogs/herogpt/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/blogs/herogpt/page.js"
] ]
} }
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,6 @@
{ {
"/_not-found/page": "app/_not-found/page.js", "/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/community/page": "app/community/page.js", "/community/page": "app/community/page.js",
"/community/blogs/herogpt/page": "app/community/blogs/herogpt/page.js",
"/usecases/page": "app/usecases/page.js", "/usecases/page": "app/usecases/page.js",
"/(main)/page": "app/(main)/page.js" "/features/page": "app/features/page.js"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{ {
"/_app": "pages/_app.js",
"/_error": "pages/_error.js", "/_error": "pages/_error.js",
"/_app": "pages/_app.js",
"/_document": "pages/_document.js" "/_document": "pages/_document.js"
} }

View File

@ -1,5 +1,5 @@
{ {
"node": {}, "node": {},
"edge": {}, "edge": {},
"encryptionKey": "/6L2asEHTkeq0FUf+rKXxNOsaL0ZfjRX1C9NJa5TYd0=" "encryptionKey": "wnz+TM+q4jcpqnT4erdRaucHKVadcBJcO+AySUm+6Po="
} }

View File

@ -125,7 +125,7 @@
/******/ /******/
/******/ /* webpack/runtime/getFullHash */ /******/ /* webpack/runtime/getFullHash */
/******/ (() => { /******/ (() => {
/******/ __webpack_require__.h = () => ("0f465149ca9011ed") /******/ __webpack_require__.h = () => ("92577e7965991ba5")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -26,8 +26,8 @@ const posts = [
<div className="bg-white py-24 sm:py-32"> <div className="bg-white py-24 sm:py-32">
<div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-3xl text-center"> <div className="mx-auto max-w-3xl text-center">
<h2 className="text-3xl font-bold tracking-tight text-gradient-dark sm:text-4xl">From the Blog</h2> <h2 className="h3-title">From the Blog</h2>
<p className="mt-2 text-lg leading-8 text-gray-600"> <p className="mt-4 section-text">
Stay up to date with the latest news, announcements, and stories from OurVerse. Stay up to date with the latest news, announcements, and stories from OurVerse.
</p> </p>
</div> </div>

View File

@ -52,8 +52,8 @@ import {
<div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 lg:pt-16 lg:pb-24 pt-24 pb-24"> <div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 lg:pt-16 lg:pb-24 pt-24 pb-24">
<div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-4xl sm:text-center"> <div className="mx-auto max-w-4xl sm:text-center">
<p className="mt-2 font-display text-4xl font-semibold tracking-tighter text-gradient-dark sm:text-5xl">Build Your Own Verse</p> <p className="mt-2 h3-title">Build Your Own Verse</p>
<p className="mt-6 font-display text-2xl tracking-tight text-purple-900"> <p className="mt-4 lg:max-w-3xl section-text">
Create and customize your virtual world with powerful tools and resources that make building and managing your digital space easy and intuitive. Create and customize your virtual world with powerful tools and resources that make building and managing your digital space easy and intuitive.
</p> </p>
</div> </div>

View File

@ -138,8 +138,8 @@ const posts = [
<div className="bg-gradient-to-b from-purple-50/70 to-purple-50/5 lg:py-20 py-32"> <div className="bg-gradient-to-b from-purple-50/70 to-purple-50/5 lg:py-20 py-32">
<div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-2xl text-center"> <div className="mx-auto max-w-2xl text-center">
<h2 className="text-3xl font-bold tracking-tight text-gradient-dark sm:text-4xl">Case Studies</h2> <h2 className="h3-title">Case Studies</h2>
<p className="mt-2 text-lg leading-8 text-purple-600"> <p className="mt-4 section-text">
Discover how OurVerse uniquely addresses challenges and fosters innovation with specific, real-world applications of our technology. Discover how OurVerse uniquely addresses challenges and fosters innovation with specific, real-world applications of our technology.
</p> </p>
</div> </div>

View File

@ -31,8 +31,8 @@ export default function Collaborate() {
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2"> <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
<div className="lg:ml-auto lg:pl-4 lg:pt-4"> <div className="lg:ml-auto lg:pl-4 lg:pt-4">
<div className="lg:max-w-lg"> <div className="lg:max-w-lg">
<p className="mt-2 text-3xl font-semibold tracking-tighter text-gradient-dark sm:text-4xl">Creative Collaboration</p> <p className="mt-2 h3-title text-gradient-dark ">Creative Collaboration</p>
<p className="mt-6 text-lg leading-8 text-purple-900"> <p className="mt-4 section-text">
Unleash your teams creative potential in an immersive virtual playground where ideas come to life. Unleash your teams creative potential in an immersive virtual playground where ideas come to life.
</p> </p>
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none"> <dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none">

View File

@ -31,8 +31,8 @@ export default function Communicate() {
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2"> <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
<div className="lg:pr-8 lg:pt-4"> <div className="lg:pr-8 lg:pt-4">
<div className="lg:max-w-lg"> <div className="lg:max-w-lg">
<p className="mt-2 text-3xl font-semibold tracking-tighter text-gradient-dark sm:text-4xl">Advanced Communication</p> <p className="mt-2 h3-title">Advanced Communication</p>
<p className="mt-6 text-lg leading-8 text-purple-900"> <p className="mt-4 section-text">
Elevate your virtual interactions with cutting-edge communication features Elevate your virtual interactions with cutting-edge communication features
designed to keep you connected and engaged. designed to keep you connected and engaged.
</p> </p>

View File

@ -49,13 +49,13 @@ import {
export default function Crm() { export default function Crm() {
return ( return (
<div className="bg-white lg:py-20 py-24"> <div className="bg-white lg:py-20 py-24 mb-12">
<div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-4xl sm:text-center"> <div className="mx-auto max-w-4xl sm:text-center">
<p className="mt-2 font-display text-4xl font-semibold tracking-tighter text-gradient-dark sm:text-5xl"> <p className="mt-2 h3-title">
Integrated CRM</p> Integrated CRM</p>
<p className="mt-6 font-display text-2xl tracking-tight text-purple-900"> <p className="mt-4 section-text">
Manage customer interactions, tasks, and meetings seamlessly in one platform, helping your business transition smoothly to the digital landscape. Manage customer interactions, tasks, and meetings seamlessly in one platform, helping your business transition smoothly to the digital landscape.
</p> </p>
</div> </div>

View File

@ -31,8 +31,8 @@ export default function Eventmgmt() {
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2"> <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
<div className="lg:ml-auto lg:pl-4 lg:pt-4"> <div className="lg:ml-auto lg:pl-4 lg:pt-4">
<div className="lg:max-w-lg"> <div className="lg:max-w-lg">
<p className="mt-2 text-3xl font-semibold tracking-tighter text-gradient-dark sm:text-4xl">Event Management</p> <p className="mt-2 h3-title">Event Management</p>
<p className="mt-6 text-lg leading-8 text-purple-900"> <p className="mt-4 section-text">
Host and manage tailored events with versatile venues, real-time updates, and powerful engagement tools to ensure a seamless and memorable experience. Host and manage tailored events with versatile venues, real-time updates, and powerful engagement tools to ensure a seamless and memorable experience.
</p> </p>
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none"> <dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-purple-900 lg:max-w-none">

View File

@ -49,7 +49,7 @@ const featuredPost = {
<time dateTime={featuredPost.datetime} className="mt-2 block text-sm leading-6 text-purple-600"> <time dateTime={featuredPost.datetime} className="mt-2 block text-sm leading-6 text-purple-600">
{featuredPost.date} {featuredPost.date}
</time> </time>
<p className="mt-2 text-lg leading-8 text-purple-900">{featuredPost.description}</p> <p className="mt-2 section-text">{featuredPost.description}</p>
<div className="mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col"> <div className="mt-4 flex flex-col justify-between gap-6 sm:mt-8 sm:flex-row-reverse sm:gap-8 lg:mt-4 lg:flex-col">
<div className="flex"> <div className="flex">
<a <a

View File

@ -82,10 +82,10 @@ export default function Featureshome() {
</svg> </svg>
<div className="relative"> <div className="relative">
<h2 className="text-center lg:text-4xl font-bold leading-8 tracking-tight text-gradient-dark text-2xl"> <h2 className="text-center h3-title">
The Future of Communication and Collaboration The Future of Communication and Collaboration
</h2> </h2>
<p className="mx-auto mt-4 max-w-3xl text-center lg:text-xl text-lg text-purple-900"> <p className="mx-auto mt-4 max-w-3xl text-center section-text">
OurVerse offers cutting-edge tools and immersive virtual environments designed to bring your events, meetings, and creative projects to life in new and exciting ways. OurVerse offers cutting-edge tools and immersive virtual environments designed to bring your events, meetings, and creative projects to life in new and exciting ways.
</p> </p>
</div> </div>
@ -93,8 +93,8 @@ export default function Featureshome() {
<div className="relative mt-12 lg:mt-24 lg:grid lg:grid-cols-2 lg:items-center lg:gap-8"> <div className="relative mt-12 lg:mt-24 lg:grid lg:grid-cols-2 lg:items-center lg:gap-8">
<div className="relative"> <div className="relative">
<h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Features</h2> <h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Features</h2>
<h3 className="text-2xl font-bold tracking-tight text-gradient-dark sm:text-3xl">Collaboration & Creation Tools</h3> <h3 className="h3-title">Collaboration & Creation Tools</h3>
<p className="mt-3 text-lg text-purple-900"> <p className="mt-4 section-text">
Transform how you and your team work together with our innovative, real-time creative tools. Transform how you and your team work together with our innovative, real-time creative tools.
</p> </p>

View File

@ -46,13 +46,13 @@ export function Hero() {
<BackgroundImage className="-bottom-14 -top-20" /> <BackgroundImage className="-bottom-14 -top-20" />
<Container className="relative"> <Container className="relative">
<div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12"> <div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12">
<h1 className="font-display lg:text-6xl text-3xl font-semibold tracking-tighter text-gradient-dark"> <h2 className="font-display lg:text-6xl text-4xl font-semibold leading-normal tracking-tighter text-gradient-dark">
OurVerse OurVerse
</h1> </h2>
<h1 className="mt-2 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark"> <h1 className="lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark">
Powered by ThreeFold Powered by ThreeFold
</h1> </h1>
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-purple-900"> <div className="mt-4 space-y-6 mx-4 font-display section-text">
<p> <p>
<span className='emphasis'>OurVerse</span> empowers users to build, manage, and monetize their unique virtual experiences by blending the latest advancements <span className='emphasis'>OurVerse</span> empowers users to build, manage, and monetize their unique virtual experiences by blending the latest advancements
in blockchain technology with immersive virtual reality, built on top of the <span className='emphasis'>ThreeFold Grid</span>. in blockchain technology with immersive virtual reality, built on top of the <span className='emphasis'>ThreeFold Grid</span>.
@ -84,8 +84,8 @@ export function Hero() {
</div> </div>
<div className="pt-6 pb-24"></div> <div className="pt-6 pb-24"></div>
<div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-7xl px-6 lg:px-8">
<h2 className="lg:text-4xl mb-8 font-semibold tracking-tight text-gradient-dark text-xl">A Journey to The Future</h2> <h2 className="lg:text-4xl font-semibold tracking-tight leading-normal text-gradient-dark text-xl">A Journey to The Future</h2>
<div className="mt-4 mb-12 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-purple-900"> <div className="mt-4 mb-12 space-y-6 font-display section-text">
A journey through five transformative phases of digital collaboration, culminating in OurVersethe immersive A journey through five transformative phases of digital collaboration, culminating in OurVersethe immersive
metaverse platform breaking down barriers and unlocking unlimited possibilities for global connection. metaverse platform breaking down barriers and unlocking unlimited possibilities for global connection.
</div> </div>

View File

@ -34,7 +34,7 @@ export function Homepage() {
<h1 className="font-display lg:max-w-2xl font-bold tracking-tighter text-gradient-dark lg:text-7xl text-5xl"> <h1 className="font-display lg:max-w-2xl font-bold tracking-tighter text-gradient-dark lg:text-7xl text-5xl">
The Future of Collaboration is Now. The Future of Collaboration is Now.
</h1> </h1>
<div className="font-ethnocentric lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight text-purple-800"> <div className="lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight leading-normal text-purple-800">
<p>At <span className='bg-gradient3 font-semibold'>OurVerse</span>, we go beyond traditional video calls. <p>At <span className='bg-gradient3 font-semibold'>OurVerse</span>, we go beyond traditional video calls.
Our immersive metaverse platform brings people together in a dynamic, interactive environment where meetings Our immersive metaverse platform brings people together in a dynamic, interactive environment where meetings
and events feel real.</p> and events feel real.</p>

View File

@ -48,10 +48,10 @@ export function Product() {
<Container className="relative z-10"> <Container className="relative z-10">
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24"> <div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24">
<h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Usecases</h2> <h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Usecases</h2>
<h2 className="mt-2 font-display text-4xl font-semibold tracking-tighter text-gradient-dark sm:text-5xl"> <h2 className="mt-2 h3-title">
Transforming Possibilities Across Industries Digitally Transforming Possibilities Across Industries Digitally
</h2> </h2>
<p className="mt-4 font-display lg:text-xl text-lg tracking-tight text-purple-900"> <p className="mt-4 section-text">
Explore diverse scenarios where our platform empowers users to create, collaborate, Explore diverse scenarios where our platform empowers users to create, collaborate,
and innovate in immersive virtual environments, unlocking new potentials across industries and communities. and innovate in immersive virtual environments, unlocking new potentials across industries and communities.
</p> </p>

View File

@ -18,7 +18,7 @@ const features = [
name: 'YouTube', name: 'YouTube',
description: "Dive deep into product demos, event recaps, and videos that showcase how we're revolutionizing virtual experiences.", description: "Dive deep into product demos, event recaps, and videos that showcase how we're revolutionizing virtual experiences.",
icon: FaYoutube, icon: FaYoutube,
link: '#', // Replace with actual YouTube link link: 'https://www.youtube.com/channel/UCavIIyki4cYFAUysi0aEDeA', // Replace with actual YouTube link
}, },
{ {
name: 'Instagram', name: 'Instagram',
@ -45,10 +45,10 @@ export default function Socials() {
<div className="relative bg-white py-16 sm:py-24 lg:py-32"> <div className="relative bg-white py-16 sm:py-24 lg:py-32">
<div className="mx-auto max-w-md px-6 text-center sm:max-w-3xl lg:max-w-7xl lg:px-8"> <div className="mx-auto max-w-md px-6 text-center sm:max-w-3xl lg:max-w-7xl lg:px-8">
<h2 className="text-lg font-mono font-medium text-purple-600">Socials</h2> <h2 className="text-lg font-mono font-medium text-purple-600">Socials</h2>
<p className="mt-2 text-3xl font-bold tracking-tight text-gradient-dark sm:text-4xl"> <p className="mt-2 h3-title">
Get Involved Get Involved
</p> </p>
<p className="mx-auto mt-5 max-w-prose text-xl text-gray-500"> <p className="mx-auto mt-4 max-w-prose section-text">
Be a part of our global community by participating in open discussions and follow the most recent updates and news from OurVerse. Be a part of our global community by participating in open discussions and follow the most recent updates and news from OurVerse.
</p> </p>
<div className="mt-12"> <div className="mt-12">

View File

@ -31,8 +31,8 @@ export default function Studio() {
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2"> <div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
<div className="lg:pr-8 lg:pt-4"> <div className="lg:pr-8 lg:pt-4">
<div className="lg:max-w-lg"> <div className="lg:max-w-lg">
<p className="mt-2 text-3xl font-semibold tracking-tighter text-gradient-dark sm:text-4xl">OurVerse Studio</p> <p className="mt-2 h3-title">OurVerse Studio</p>
<p className="mt-6 text-lg leading-8 text-purple-900"> <p className="mt-4 section-text">
Elevate your virtual interactions with cutting-edge communication features Elevate your virtual interactions with cutting-edge communication features
designed to keep you connected and engaged. designed to keep you connected and engaged.
</p> </p>

View File

@ -171,3 +171,64 @@
@apply font-semibold text-gradient-dark bg-clip-text text-transparent; @apply font-semibold text-gradient-dark bg-clip-text text-transparent;
} }
/* H2 Section title */
.h2-title {
font-weight: 600; /* Equivalent to font-semibold */
letter-spacing: -0.015em; /* Equivalent to tracking-tighter */
line-height: 1.2; /* Equivalent to leading-normal */
font-size: 2.25rem; /* Default for text-4xl */
background-color: #5e4589;
background-image: linear-gradient(45deg, #5e4589 0%, #5fa69b 25%, #5e4589 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
@media (min-width: 1024px) {
.h2-title {
font-size: 3.75rem; /* lg:text-6xl */
}
}
/* H3 Section title */
.h3-title {
font-weight: 600; /* Equivalent to font-semibold */
letter-spacing: -0.01em; /* Equivalent to tracking-tight */
line-height: 1.2; /* Equivalent to leading-normal */
font-size: 1.25rem; /* Equivalent to text-xl */
background-color: #5e4589;
background-image: linear-gradient(45deg, #5e4589 0%, #5fa69b 25%, #5e4589 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
@media (min-width: 1024px) {
.h3-title {
font-size: 2.25rem; /* Equivalent to lg:text-4xl */
}
}
/* H2,H3 Section texts */
.section-text {
font-size: 1rem; /* matches 'text-lg', adjust to match 'lg:text-xl' for responsive design */
letter-spacing: -0.015em; /* matches 'tracking-tight' */
line-height: 1.5rem; /* matches 'leading-tight' */
color: #525763
}
@media (min-width: 1024px) {
.section-text {
font-size: 1.25rem; /* matches 'lg:text-xl' for large screens */
line-height: 1.85rem; /* matches 'leading-tight' */
}
}