1
1
/* FOOTER */
2
- @import url ("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" );
3
- @import url ("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" );
2
+ @import url ("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" );
4
3
5
4
: root {
6
5
--c-dark : # 212529 ;
7
6
--c-brand : # 4e57d4 ;
8
7
--c-brand-light : # 6970dd ;
9
8
--c-brand-rgb : 78 , 87 , 212 ;
10
9
--c-body : white;
11
- --font-base : "Ubuntu" , sans-serif ;
10
+ --font-base : "Poppins" ;
12
11
--box-shadow : 0px 15px 25px rgba (0 , 0 , 0 , 0.08 );
13
12
--transition : all 0.5s ease;
14
13
--swiper-navigation-size : 44px ;
@@ -196,7 +195,6 @@ footer {
196
195
font-family : "Ubuntu" ;
197
196
}
198
197
199
-
200
198
.footer-top {
201
199
padding-bottom : 40px ;
202
200
border-bottom : 1px solid rgba (255 , 255 , 255 , 0.1 );
@@ -218,7 +216,7 @@ footer .footer-list {
218
216
padding : 0 ;
219
217
flex-direction : column;
220
218
margin-top : 10px ;
221
- font-style : "Ubuntu " ;
219
+ font-style : "Poppins " ;
222
220
text-align : left;
223
221
}
224
222
footer .footer-list-objects {
@@ -271,7 +269,6 @@ footer .footer-line {
271
269
color : var (--c-brand );
272
270
}
273
271
274
-
275
272
/*RESPONSIVE DESIGN*/
276
273
@media (max-width : 1024px ) {
277
274
}
@@ -303,7 +300,7 @@ footer .footer-line {
303
300
}
304
301
305
302
@media (max-width : 480px ) {
306
- .container-footer {
303
+ .container-footer {
307
304
margin-top : 0rem ;
308
305
}
309
306
.footer-top {
0 commit comments