First commit

This commit is contained in:
2025-08-16 22:03:31 +03:00
Unverified
commit b561e85419
34 changed files with 3907 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
@use "auth";
@use "chat";
@use "common/animations";
@use "common/components";
@use "common/colors" as *;
@use "lib/fonts/montserrat";
@use "lib/font-awesome.min.css";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #f8f9fa;
color: $dark;
line-height: 1.6;
}