11@font-face {
2- font-family : ' AzarMehr' ;
3- src : url (' /fonts/AzarMehr-DS2-Thin.woff2' ) format (' woff2' );
2+ font-family : " AzarMehr" ;
3+ src : url (" /fonts/AzarMehr-DS2-Thin.woff2" ) format (" woff2" );
44 font-weight : 100 ;
55 font-style : normal;
66}
77
88@font-face {
9- font-family : ' AzarMehr' ;
10- src : url (' /fonts/AzarMehr-DS2-Light.woff2' ) format (' woff2' );
9+ font-family : " AzarMehr" ;
10+ src : url (" /fonts/AzarMehr-DS2-Light.woff2" ) format (" woff2" );
1111 font-weight : 300 ;
1212 font-style : normal;
1313}
1414
1515@font-face {
16- font-family : 'AzarMehr' ;
17- src : url ('/fonts/AzarMehr-DS2-Medium.woff2' ) format ('woff2' );
18- font-weight : 400 ;
19- font-style : normal;
20- }
21-
22- @font-face {
23- font-family : 'AzarMehr' ;
24- src : url ('/fonts/AzarMehr-DS2-Medium.woff2' ) format ('woff2' );
16+ font-family : "AzarMehr" ;
17+ src : url ("/fonts/AzarMehr-DS2-Medium.woff2" ) format ("woff2" );
2518 font-weight : 500 ;
2619 font-style : normal;
2720}
2821
2922@font-face {
30- font-family : ' AzarMehr' ;
31- src : url (' /fonts/AzarMehr-DS2-Bold.woff2' ) format (' woff2' );
23+ font-family : " AzarMehr" ;
24+ src : url (" /fonts/AzarMehr-DS2-Bold.woff2" ) format (" woff2" );
3225 font-weight : 700 ;
3326 font-style : normal;
3427}
3528
3629@font-face {
37- font-family : ' AzarMehr' ;
38- src : url (' /fonts/AzarMehr-ExtraBold.woff2' ) format (' woff2' );
30+ font-family : " AzarMehr" ;
31+ src : url (" /fonts/AzarMehr-ExtraBold.woff2" ) format (" woff2" );
3932 font-weight : 800 ;
4033 font-style : normal;
4134}
4235
4336@font-face {
44- font-family : ' AzarMehr' ;
45- src : url (' /fonts/AzarMehr-DS2-Black.woff2' ) format (' woff2' );
37+ font-family : " AzarMehr" ;
38+ src : url (" /fonts/AzarMehr-DS2-Black.woff2" ) format (" woff2" );
4639 font-weight : 900 ;
4740 font-style : normal;
4841}
4942
5043@font-face {
51- font-family : 'AzarMehr' ;
52- src : url ('/fonts/AzarMehr-ExtraBlack.woff2' ) format ('woff2' );
53- font-weight : 950 ;
54- font-style : normal;
44+ font-family : "DigitalNumber" ;
45+ src : url ("/fonts/Digital.woff" ) format ("woff" );
5546}
5647
57- @font-face {
58- font-family : "DigitalNumber" ;
59- src : url ('/fonts/Digital.woff' ) format ('woff' );
48+ * {
49+ margin : 0 ;
50+ padding : 0 ;
51+ box-sizing : border-box;
52+ }
53+
54+ html ,
55+ body ,
56+ # root {
57+ height : 100% ;
58+ margin : 0 ;
59+ padding : 0 ;
60+ }
61+
62+ @supports (-webkit-touch-callout : none) {
63+ html ,
64+ body ,
65+ # root {
66+ height : -webkit-fill-available;
67+ }
6068}
6169
6270body {
6371 font-family : "AzarMehr" !important ;
6472 overflow : hidden;
65- transition : all 0.3s ease 0s ;
66- orientation : landscape;
73+ -webkit-font-smoothing : antialiased;
74+ -moz-osx-font-smoothing : grayscale;
75+ text-rendering : optimizeLegibility;
76+ -webkit-text-size-adjust : 100% ;
77+ text-size-adjust : 100% ;
6778}
6879
69- input {
80+ input ,
81+ button ,
82+ textarea ,
83+ select {
7084 font-family : "AzarMehr" !important ;
7185}
7286
@@ -76,20 +90,8 @@ input[type="number"]::-webkit-outer-spin-button {
7690 margin : 0 ;
7791}
7892
79- /* Hide the spinner controls in Firefox */
8093input [type = "number" ] {
81- -moz-appearance : textfield;
82- }
83-
84- button {
85- font-family : "AzarMehr" !important ;
86- }
87-
88- * {
89- margin : 0 ;
90- padding : 0 ;
91- box-sizing : border-box;
92- font-family : "AzarMehr" !important ;
94+ appearance : textfield;
9395}
9496
9597p {
@@ -100,12 +102,33 @@ a {
100102 text-decoration : none;
101103}
102104
105+ /* light mode */
106+ ::-webkit-scrollbar {
107+ width : 5px ;
108+ }
109+
110+ ::-webkit-scrollbar-thumb {
111+ background : # 0066ff ;
112+ }
113+
114+ /* dark mode */
115+ html .dark ::-webkit-scrollbar-thumb {
116+ background : # ffc700 ;
117+ }
118+
119+ button {
120+ cursor : pointer;
121+ }
122+
123+ /* مدیا کوئریهای باقیمانده */
103124.map {
104125 width : 100% ;
105126 height : 100% ;
106127 border-radius : 10px ;
128+ }
107129
108- @media (min-width : 1024px ) {
130+ @media (min-width : 1024px ) {
131+ .map {
109132 border-radius : 20px ;
110133 }
111134}
133156@keyframes tooltip-horizontal-move {
134157 0% {
135158 opacity : 0 ;
136- transition : all 0.3s ;
137159 transform : translateX (-50px );
138160 }
139-
140161 100% {
141162 opacity : 1 ;
142- transition : all 0.3s ;
143163 }
144164}
145-
146-
147- /* light mode */
148- ::-webkit-scrollbar {
149- width : 5px ;
150- }
151- /*
152- ::-webkit-scrollbar-track {
153- background: #85858590;
154- }*/
155-
156- ::-webkit-scrollbar-thumb {
157- background : # 0066FF ;
158- }
159-
160-
161- /* dark mode */
162- /*
163- html.dark ::-webkit-scrollbar-track {
164- background: #44444490;
165- }*/
166-
167- html .dark ::-webkit-scrollbar-thumb {
168- background : # FFC700 ;
169- }
170-
171-
172- button {
173- cursor : pointer;
174- }
175-
176- html ,
177- body {
178- -webkit-text-size-adjust : 100% ;
179- }
180-
181- input ,
182- textarea ,
183- button ,
184- select ,
185- label ,
186- p ,
187- span {
188- -webkit-text-size-adjust : 100% ;
189- text-size-adjust : 100% ;
190- }
0 commit comments