File size: 4,722 Bytes
1794757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Source+Code+Pro:wght@200..900&display=swap");

@import "tailwindcss";

:root {
  --card: #b0b0b0;
  --ring: #b71c1c;
  --input: #505050;
  --muted: #b8b8b8;
  --accent: #4682b4;
  --border: #505050;
  --radius: 0px;
  --chart-1: #b71c1c;
  --chart-2: #556b2f;
  --chart-3: #4682b4;
  --chart-4: #ff6f00;
  --chart-5: #8d6e63;
  --popover: #b0b0b0;
  --primary: #b71c1c;
  --sidebar: #b0b0b0;
  --spacing: 0.25rem;
  --font-mono: "Source Code Pro", monospace;
  --font-sans: "Oxanium", sans-serif;
  --secondary: #556b2f;
  --background: #cccccc;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #1f1f1f;
  --destructive: #ff6f00;
  --shadow-blur: 4px;
  --shadow-color: hsl(0 0% 0%);
  --sidebar-ring: #b71c1c;
  --shadow-spread: 0px;
  --letter-spacing: 0em;
  --shadow-opacity: 0.4;
  --sidebar-accent: #4682b4;
  --sidebar-border: #505050;
  --card-foreground: #1f1f1f;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 2px;
  --sidebar-primary: #b71c1c;
  --muted-foreground: #4a4a4a;
  --accent-foreground: #ffffff;
  --popover-foreground: #1f1f1f;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #1f1f1f;
  --secondary-foreground: #ffffff;
  --destructive-foreground: #000000;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-primary-foreground: #ffffff;
}

.dark {
  --card: #2a2a2a;
  --ring: #e53935;
  --input: #4a4a4a;
  --muted: #252525;
  --accent: #64b5f6;
  --border: #4a4a4a;
  --radius: 0px;
  --chart-1: #e53935;
  --chart-2: #689f38;
  --chart-3: #64b5f6;
  --chart-4: #ffa000;
  --chart-5: #a1887f;
  --popover: #2a2a2a;
  --primary: #e53935;
  --sidebar: #141414;
  --spacing: 0.25rem;
  --font-mono: "Source Code Pro", monospace;
  --font-sans: "Oxanium", sans-serif;
  --secondary: #689f38;
  --background: #1a1a1a;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #e0e0e0;
  --destructive: #ffa000;
  --shadow-blur: 5px;
  --shadow-color: hsl(0 0% 0%);
  --sidebar-ring: #e53935;
  --shadow-spread: 0px;
  --letter-spacing: 0em;
  --shadow-opacity: 0.6;
  --sidebar-accent: #64b5f6;
  --sidebar-border: #4a4a4a;
  --card-foreground: #e0e0e0;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 2px;
  --sidebar-primary: #e53935;
  --muted-foreground: #a0a0a0;
  --accent-foreground: #000000;
  --popover-foreground: #e0e0e0;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #e0e0e0;
  --secondary-foreground: #000000;
  --destructive-foreground: #000000;
  --sidebar-accent-foreground: #000000;
  --sidebar-primary-foreground: #ffffff;
}

@theme inline {
  --color-card: var(--card);
  --color-ring: var(--ring);
  --color-input: var(--input);
  --color-muted: var(--muted);
  --color-accent: var(--accent);
  --color-border: var(--border);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-popover: var(--popover);
  --color-primary: var(--primary);
  --color-sidebar: var(--sidebar);
  --color-secondary: var(--secondary);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-destructive: var(--destructive);
  --color-sidebar-ring: var(--sidebar-ring);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-border: var(--sidebar-border);
  --color-card-foreground: var(--card-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent-foreground: var(--accent-foreground);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary-foreground: var(--primary-foreground);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font-sans: var(--font-sans);
  --font-mono: var(--font-mono);
  --font-serif: var(--font-serif);
  --spacing: var(--spacing);
}

* {
  box-sizing: border-box;
  border-color: var(--border);
}

body {
  font-family: var(--font-sans);
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hide Mapbox branding */
.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib {
  display: none !important;
}