first commit

This commit is contained in:
a.alinaghipour
2026-04-05 15:53:20 +03:30
commit aa9ed69dd2
96 changed files with 7721 additions and 0 deletions

15
app/globals.css Normal file
View File

@@ -0,0 +1,15 @@
@import "tailwindcss";
@font-face {
font-family: "Lahze";
src: url("/fonts/lahze.woff2") format("woff2"),
url("/fonts/lahze.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
* {
direction: rtl;
font-family: "Lahze", sans-serif;
}