Skip to main content

apps/web/app/globals.css

Metadata

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 {