Merge branch 'main' into B2B-88

This commit is contained in:
devmc-ee
2025-06-09 10:01:38 +03:00
51 changed files with 3604 additions and 156 deletions

View File

@@ -32,6 +32,7 @@
body {
@apply bg-background text-foreground;
font-feature-settings: "rlig" 1, "calt" 1;
/* @apply font-sans */
}
*,
@@ -46,4 +47,10 @@
textarea::placeholder {
color: theme(--color-muted-foreground);
}
h1,h2,h3,h4,h5,h6 {
@apply font-heading text-foreground text-2xl font-semibold tracking-tight
}
}