@formant/aesthetics 0.0.8 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,180 +0,0 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500&display=swap');
2
-
3
- :root {
4
- /* Formant Dark Theme (Default) - Slate Mist Background */
5
- --background: #202428;
6
- --foreground: #F2F3F4;
7
- --card: #0A0F11;
8
- --card-foreground: #F2F3F4;
9
- --popover: #202428;
10
- --popover-foreground: #F2F3F4;
11
- --primary: #ACC3B3;
12
- --primary-foreground: #0A0F11;
13
- --secondary: #202428;
14
- --secondary-foreground: #F2F3F4;
15
- --muted: #202428;
16
- --muted-foreground: #A3ABA9;
17
- --accent: #2C4142;
18
- --accent-foreground: #F2F3F4;
19
- --destructive: #E8AB7F;
20
- --destructive-foreground: #0A0F11;
21
- --border: rgba(163, 171, 169, 0.1);
22
- --input: rgba(163, 171, 169, 0.2);
23
- --ring: #ACC3B3;
24
- --chart-1: #ACC3B3;
25
- --chart-2: #4B5E53;
26
- --chart-3: #2C4142;
27
- --chart-4: #E8AB7F;
28
- --chart-5: #8B8CF4;
29
- --radius: 0.25rem;
30
- --radius-sm: calc(0.25rem * 0.6);
31
- --radius-md: calc(0.25rem * 0.8);
32
- --radius-lg: 0.25rem;
33
- --radius-xl: calc(0.25rem * 1.4);
34
- --radius-2xl: calc(0.25rem * 1.8);
35
- --radius-3xl: calc(0.25rem * 2.2);
36
- --radius-4xl: calc(0.25rem * 2.6);
37
- --sidebar: #0A0F11;
38
- --sidebar-foreground: #F2F3F4;
39
- --sidebar-primary: #ACC3B3;
40
- --sidebar-primary-foreground: #0A0F11;
41
- --sidebar-accent: #202428;
42
- --sidebar-accent-foreground: #F2F3F4;
43
- --sidebar-border: rgba(163, 171, 169, 0.1);
44
- --sidebar-ring: #ACC3B3;
45
-
46
- /* Formant Brand Colors */
47
- --deep-command: #0A0F11;
48
- --slate-mist: #202428;
49
- --formant-white: #F2F3F4;
50
- --system-neutral: #A3ABA9;
51
- --fog-green: #4B5E53;
52
- --ethereal-teal: #2C4142;
53
- --horizon-glow: #ACC3B3;
54
- --terminal-amber: #E8AB7F;
55
- --interface-iris: #8B8CF4;
56
-
57
- /* Font families */
58
- --font-heading: 'Space Grotesk', sans-serif;
59
- --font-sans: 'Inter', sans-serif;
60
- --font-mono: 'JetBrains Mono', monospace;
61
- }
62
-
63
- * {
64
- border-color: var(--border);
65
- outline-color: var(--ring);
66
- }
67
-
68
- body {
69
- background-color: var(--background);
70
- color: var(--foreground);
71
- font-family: 'Inter', sans-serif;
72
- }
73
-
74
- html {
75
- font-family: 'Inter', sans-serif;
76
- }
77
-
78
- h1, h2, h3, h4, h5, h6 {
79
- font-family: 'Space Grotesk', sans-serif;
80
- letter-spacing: -0.02em;
81
- }
82
-
83
- code, pre, .font-mono {
84
- font-family: 'JetBrains Mono', monospace;
85
- }
86
-
87
- /* Formant Typography Utilities */
88
- .font-heading {
89
- font-family: 'Space Grotesk', sans-serif;
90
- letter-spacing: -0.02em;
91
- }
92
-
93
- .font-sans {
94
- font-family: 'Inter', sans-serif;
95
- }
96
-
97
- .font-mono {
98
- font-family: 'JetBrains Mono', monospace;
99
- letter-spacing: 0.02em;
100
- }
101
-
102
- /* Formant Brand Color Utilities */
103
- .bg-deep-command { background-color: #0A0F11; }
104
- .bg-slate-mist { background-color: #202428; }
105
- .bg-formant-white { background-color: #F2F3F4; }
106
- .bg-system-neutral { background-color: #A3ABA9; }
107
- .bg-fog-green { background-color: #4B5E53; }
108
- .bg-ethereal-teal { background-color: #2C4142; }
109
- .bg-horizon-glow { background-color: #ACC3B3; }
110
- .bg-terminal-amber { background-color: #E8AB7F; }
111
- .bg-interface-iris { background-color: #8B8CF4; }
112
-
113
- .text-deep-command { color: #0A0F11; }
114
- .text-slate-mist { color: #202428; }
115
- .text-formant-white { color: #F2F3F4; }
116
- .text-system-neutral { color: #A3ABA9; }
117
- .text-fog-green { color: #4B5E53; }
118
- .text-ethereal-teal { color: #2C4142; }
119
- .text-horizon-glow { color: #ACC3B3; }
120
- .text-terminal-amber { color: #E8AB7F; }
121
- .text-interface-iris { color: #8B8CF4; }
122
-
123
- .border-fog-green { border-color: rgba(75, 94, 83, 0.4); }
124
- .border-terminal-amber { border-color: rgba(232, 171, 127, 0.25); }
125
- .border-interface-iris { border-color: rgba(139, 140, 244, 0.25); }
126
-
127
- /* Formant Animation Utilities */
128
- @keyframes fadeUp {
129
- from {
130
- opacity: 0;
131
- transform: translateY(24px);
132
- }
133
- to {
134
- opacity: 1;
135
- transform: translateY(0);
136
- }
137
- }
138
-
139
- .animate-fade-up {
140
- animation: fadeUp 0.7s ease forwards;
141
- }
142
-
143
- /* Formant Section Label Style */
144
- .section-label {
145
- font-family: 'JetBrains Mono', monospace;
146
- font-size: 10px;
147
- letter-spacing: 0.3em;
148
- color: #E8AB7F;
149
- text-transform: uppercase;
150
- display: flex;
151
- align-items: center;
152
- gap: 12px;
153
- }
154
-
155
- .section-label::before {
156
- content: '';
157
- display: block;
158
- width: 24px;
159
- height: 1px;
160
- background: #E8AB7F;
161
- }
162
-
163
- /* Custom scrollbar for dark theme */
164
- ::-webkit-scrollbar {
165
- width: 8px;
166
- height: 8px;
167
- }
168
-
169
- ::-webkit-scrollbar-track {
170
- background: #0A0F11;
171
- }
172
-
173
- ::-webkit-scrollbar-thumb {
174
- background: #4B5E53;
175
- border-radius: 4px;
176
- }
177
-
178
- ::-webkit-scrollbar-thumb:hover {
179
- background: #ACC3B3;
180
- }