|
6 | 6 |
|
7 | 7 | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto+Mono:wght@400;500;600&display=swap"); |
8 | 8 | @import "tailwindcss"; |
9 | | - |
10 | | -@theme { |
11 | | - /* ── Relative type scale (scales with html font-size) ──────────── */ |
12 | | - --font-size-4xs: 0.615rem; /* ~8px at 13px root */ |
13 | | - --font-size-3xs: 0.692rem; /* ~9px at 13px root */ |
14 | | - --font-size-2xs: 0.77rem; /* ~10px at 13px root */ |
15 | | - --font-size-xxs: 0.846rem; /* ~11px at 13px root */ |
16 | | - |
17 | | - /* ── Brand ──────────────────────────────────────────────────────── */ |
18 | | - --color-siem-bg: #070E1A; |
19 | | - --color-siem-panel: #0b1120; |
20 | | - --color-siem-panel-strong: #131d2e; |
21 | | - --color-siem-border: #1e293b; |
22 | | - --color-siem-text: #e6edf5; |
23 | | - --color-siem-muted: #5A7B95; |
24 | | - --color-siem-accent: #E8630A; |
25 | | - --color-siem-accent-strong: #FF8533; |
26 | | - --color-siem-neutral: #9ca3af; |
27 | | - |
28 | | - /* ── Severity ───────────────────────────────────────────────────── */ |
29 | | - --color-siem-critical: #ff5d5d; |
30 | | - --color-siem-high: #f29d4b; |
31 | | - --color-siem-medium: #e3c867; |
32 | | - --color-siem-low: #4ccb8d; |
33 | | - --color-siem-info: #60a5fa; |
34 | | - |
35 | | - /* ── Category ───────────────────────────────────────────────────── */ |
36 | | - --color-cat-informational: #60a5fa; |
37 | | - --color-cat-cyber: #3b82f6; |
38 | | - --color-cat-education: #4f95a4; |
39 | | - --color-cat-humanitarian: #2f8c8c; |
40 | | - --color-cat-conflict: #725f95; |
41 | | - --color-cat-humsec: #3a7395; |
42 | | - --color-cat-wanted: #a14a5b; |
43 | | - --color-cat-missing: #aa8b43; |
44 | | - --color-cat-appeal: #5577a4; |
45 | | - --color-cat-fraud: #338c66; |
46 | | - --color-cat-safety: #5b6887; |
47 | | - --color-cat-terrorism: #a34c4c; |
48 | | - --color-cat-private: #8f6a46; |
49 | | - --color-cat-travel: #c27a3a; |
50 | | - --color-cat-health: #4ca38c; |
51 | | - --color-cat-intel: #7a6eab; |
52 | | - --color-cat-emergency: #b85c4a; |
53 | | - --color-cat-environment: #4a8b6e; |
54 | | - --color-cat-disease: #c45e8a; |
55 | | - --color-cat-maritime: #2a7a9b; |
56 | | - --color-cat-logistics: #8b6e4a; |
57 | | - --color-cat-legislative: #6b7f45; |
58 | | -} |
| 9 | +@import "./theme.css"; |
59 | 10 |
|
60 | 11 | * { |
61 | 12 | box-sizing: border-box; |
|
0 commit comments