first commit

This commit is contained in:
2025-06-10 15:28:23 +05:30
commit e22a2dc275
699 changed files with 100382 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Global Typography Styles
* {
// Setting default font family
font-family: var(--font-inter), sans-serif;
font-weight: var(--font-weight-regular); // Default font weight
font-size: var(--font-size-regular); // Default font size
color: var(--text-color); // Default text color
}