fixed merge

This commit is contained in:
Mamalizz
2024-12-15 22:16:36 +03:30
32 changed files with 351 additions and 42 deletions
+5
View File
@@ -5,6 +5,8 @@
@import "./button.comp.css";
@import "./input.comp.css";
@import "./fonts/iran-yekan-x.css";
@import "./fonts/morabba.css";
@import "./fonts/yekan-bakh.css";
@theme {
/* COLORS */
@@ -109,6 +111,8 @@
--font-inter: "Inter", sans-serif;
--font-dmsans: "DM Sans", sans-serif;
--font-iran-yekan-x: "IRANYekanXVF", "sans-serif";
--font-yekan-bakh: "YekanBakh", "sans-serif";
--font-morabba: "Morabba", "sans-serif";
/* BREAKPOINTS */
--breakpoint-3xl: 1700px;
@@ -128,6 +132,7 @@
/* CONTAINER */
@utility container {
@apply mx-auto;
padding-inline: 3rem;
@screen xl {
padding-inline: 5rem;