-
Notifications
You must be signed in to change notification settings - Fork 24
/
input.css
186 lines (179 loc) · 4.41 KB
/
input.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-white dark:bg-black;
}
h1 {
@apply text-4xl text-black dark:text-white font-bold;
}
h2 {
@apply text-3xl md:text-4xl lg:text-5xl text-black dark:text-white font-bold;
}
}
@layer components {
.loading {
@apply bg-gray-100 dark:bg-gray-900 animate-pulse;
}
.hover-100 {
@apply hover:bg-gray-100 dark:hover:bg-gray-900;
}
.active-200 {
@apply active:bg-gray-200 dark:active:bg-gray-800;
}
.primary-button {
@apply bg-green-500 text-white font-semibold px-6 py-3 w-fit hover:bg-green-600;
}
.skip-button {
@apply bg-transparent text-black font-semibold px-6 py-3 w-fit hover:bg-gray-100;
}
.top-safe {
top: 0;
padding-top: env(safe-area-inset-top);
}
}
@font-face {
font-family: 'RoobertTRIAL';
src: url('/fonts/RoobertTRIAL-Light.otf') format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'RoobertTRIAL';
src: url('/fonts/RoobertTRIAL-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'RoobertTRIAL';
src: url('/fonts/RoobertTRIAL-Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'RoobertTRIAL';
src: url('/fonts/RoobertTRIAL-SemiBold.otf') format('opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'RoobertTRIAL';
src: url('/fonts/RoobertTRIAL-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'RoobertTRIAL';
src: url('/fonts/RoobertTRIAL-Heavy.otf') format('opentype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-Thin.otf') format('opentype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-UltraLight.otf') format('opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-Light.otf') format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-SemiBold.otf') format('opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-Black.otf') format('opentype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Geist';
src: url('/fonts/Geist-UltraBlack.otf') format('opentype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-Thin.otf') format('opentype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-UltraLight.otf') format('opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-Light.otf') format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-SemiBold.otf') format('opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-Black.otf') format('opentype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'GeistMono';
src: url('/fonts/GeistMono-UltraBlack.otf') format('opentype');
font-weight: 900;
font-style: normal;
}