change role

This commit is contained in:
2026-04-08 22:36:49 +07:00
parent 30a2286f52
commit c5cf156338
6 changed files with 47 additions and 16 deletions

View File

@@ -5,6 +5,7 @@
@theme {
--font-*: initial;
--font-outfit: Outfit, sans-serif;
--font-inter: "Inter", ui-sans-serif, system-ui, sans-serif;
--breakpoint-*: initial;
--breakpoint-2xsm: 375px;
@@ -188,7 +189,7 @@
cursor: pointer;
}
body {
@apply relative font-normal font-outfit z-1 bg-gray-50;
@apply relative font-normal font-inter z-1 bg-gray-50;
}
}