apps/web/app/globals.css
Metadata
- Purpose: Web app route or page component for operator/client experience.
- Domain:
applications - Language:
text - Bytes: 2133
- Lines: 104
- Content hash (short):
153eaebf - Source (start): apps/web/app/globals.css:1
- Source (end): apps/web/app/globals.css:104
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
color-scheme: light;
--paper: #f8f3ea;
--paper-deep: #f4efe7;
--ink-base: #151617;
--ink-muted: #585c63;
--ink-soft: #a4a8b0;
--accent-red: #e64632;
--accent-red-soft: #f4b0a4;
--accent-blue: #3c6bf2;
--stroke-subtle: #d7d2c7;
--stroke-strong: #b2a899;
--shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.06);
}
* {
box-sizing: border-box;
}
html,
body {