documenso/apps/remix/app/app.css

36 lines
802 B
CSS
Raw Normal View History

2025-01-02 04:33:37 +00:00
@import '@documenso/ui/styles/theme.css';
/* Inter Variable Fonts */
2025-01-02 04:33:37 +00:00
@font-face {
font-family: 'Inter';
src: url('/fonts/inter-variablefont_opsz,wght.ttf') format('truetype-variations');
font-weight: 100 900;
2025-01-02 04:33:37 +00:00
font-style: normal;
font-display: swap;
2025-01-02 04:33:37 +00:00
}
/* Inter Italic Variable Fonts */
@font-face {
font-family: 'Inter';
src: url('/fonts/inter-italic-variablefont_opsz,wght.ttf') format('truetype-variations');
font-weight: 100 900;
font-style: italic;
font-display: swap;
}
/* Caveat Variable Font */
2025-01-02 04:33:37 +00:00
@font-face {
font-family: 'Caveat';
src: url('/fonts/caveat-variablefont_wght.ttf') format('truetype-variations');
font-weight: 400 600;
2025-01-02 04:33:37 +00:00
font-style: normal;
font-display: swap;
2025-01-02 04:33:37 +00:00
}
@layer base {
:root {
--font-sans: 'Inter';
--font-signature: 'Caveat';
}
}