mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
9 lines
131 B
CSS
9 lines
131 B
CSS
@import '@documenso/ui/styles/theme.css';
|
|
|
|
@layer base {
|
|
:root {
|
|
--font-sans: 'Inter';
|
|
--font-signature: 'Caveat';
|
|
}
|
|
}
|