11/* 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" );
43
54: root {
65 --c-dark : # 212529 ;
76 --c-brand : # 4e57d4 ;
87 --c-brand-light : # 6970dd ;
98 --c-brand-rgb : 78 , 87 , 212 ;
109 --c-body : white;
11- --font-base : "Ubuntu" , sans-serif ;
10+ --font-base : "Poppins" ;
1211 --box-shadow : 0px 15px 25px rgba (0 , 0 , 0 , 0.08 );
1312 --transition : all 0.5s ease;
1413 --swiper-navigation-size : 44px ;
@@ -196,7 +195,6 @@ footer {
196195 font-family : "Ubuntu" ;
197196}
198197
199-
200198.footer-top {
201199 padding-bottom : 40px ;
202200 border-bottom : 1px solid rgba (255 , 255 , 255 , 0.1 );
@@ -218,7 +216,7 @@ footer .footer-list {
218216 padding : 0 ;
219217 flex-direction : column;
220218 margin-top : 10px ;
221- font-style : "Ubuntu " ;
219+ font-style : "Poppins " ;
222220 text-align : left;
223221}
224222footer .footer-list-objects {
@@ -271,7 +269,6 @@ footer .footer-line {
271269 color : var (--c-brand );
272270}
273271
274-
275272/*RESPONSIVE DESIGN*/
276273@media (max-width : 1024px ) {
277274}
@@ -303,7 +300,7 @@ footer .footer-line {
303300}
304301
305302@media (max-width : 480px ) {
306- .container-footer {
303+ .container-footer {
307304 margin-top : 0rem ;
308305 }
309306 .footer-top {
0 commit comments