2025-01-02 15:33:37 +11:00
|
|
|
@import '@documenso/ui/styles/theme.css';
|
|
|
|
|
|
2025-02-03 23:56:27 +11:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Inter';
|
|
|
|
|
src: url('/public/fonts/inter-regular.ttf') format('ttf');
|
2025-02-05 23:37:21 +11:00
|
|
|
/* font-weight: 400;
|
2025-02-03 23:56:27 +11:00
|
|
|
font-style: normal;
|
2025-02-05 23:37:21 +11:00
|
|
|
font-display: swap; */
|
2025-02-03 23:56:27 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Caveat';
|
|
|
|
|
src: url('/public/fonts/caveat.ttf') format('ttf');
|
2025-02-05 23:37:21 +11:00
|
|
|
/* font-weight: 400;
|
2025-02-03 23:56:27 +11:00
|
|
|
font-style: normal;
|
2025-02-05 23:37:21 +11:00
|
|
|
font-display: swap; */
|
2025-02-03 23:56:27 +11:00
|
|
|
}
|
|
|
|
|
|
2025-01-02 15:33:37 +11:00
|
|
|
@layer base {
|
|
|
|
|
:root {
|
|
|
|
|
--font-sans: 'Inter';
|
|
|
|
|
--font-signature: 'Caveat';
|
|
|
|
|
}
|
|
|
|
|
}
|