-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokens.css
More file actions
27 lines (22 loc) · 1.25 KB
/
Copy pathtokens.css
File metadata and controls
27 lines (22 loc) · 1.25 KB
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
/* ==========================================================================
DESIGN TOKENS — local, self-sufficient.
Only the subset used by the auth-guide site. Edit here to retheme.
========================================================================== */
:root {
/* ── Colors ──────────────────────────────────────────────────────────── */
--color-bg: #FBF8F4;
--color-surface: #F3EEE5;
--color-border: #E2DACE;
--color-text: #3D3425;
--color-text-secondary: #5C4F3A;
--color-text-muted: #8B7E6A;
--color-text-hint: #B5A992;
--color-accent: #C4956A;
--color-accent-bg: rgba(196, 149, 106, 0.12);
--color-publishing: #7B9E6A;
--color-destructive: #C47070;
--color-destructive-bg: rgba(196, 112, 112, 0.12);
/* ── Typography ──────────────────────────────────────────────────────── */
--font-heading: 'DM Serif Display', Georgia, serif;
--font-body: 'Nunito', system-ui, -apple-system, sans-serif;
}