Explorer
Files
Content
Search files...
.drft/
mockups/
original-632a92e...
design-system.json
components/
shared.js
about.html
index.html
main.js
services.html
styles.css
index.html
Properties
1 <!DOCTYPE html>
2 <html lang="en" class="scr...
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport"
content="device-w...
6 <title>Ecliptica | Inno...
Growth</title>
7 <link rel="preconnect"
googleapis.com">
8 <link rel="preconnect"
gstatic.com" crossorigi...
9 <link href="https://fon...
10 <script src="https://c...
11 <script src="https://c...
1 /* Ecliptica — Main Styles */
2
3 :root {
4 --primary: #6366f1;
5 --surface: #ffffff;
6 --text: #1e1b4b;
7 --radius: 0.75rem;
8 }
9
10 * {
11 margin: 0;
12 padding: 0;
13 box-sizing: border-box;
14 }
15
16 body {
17 font-family: 'Inter',
sans-serif;