Initial commit

Generated by create-expo-app 4.0.0.
This commit is contained in:
Mekan1206
2026-06-02 00:39:51 +05:00
commit 01b8d5c988
54 changed files with 1454 additions and 0 deletions

9
src/global.css Normal file
View File

@@ -0,0 +1,9 @@
:root {
--font-display:
Spline Sans, Inter, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji,
Segoe UI Symbol, Noto Color Emoji;
--font-mono:
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
--font-rounded: 'SF Pro Rounded', 'Hiragino Maru Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
--font-serif: Georgia, 'Times New Roman', serif;
}