nav fontfamily updated

This commit is contained in:
akash 2025-11-27 00:11:16 +07:00
parent 2d7cd4a45a
commit 8f03e9f127

View File

@ -39,17 +39,18 @@
}
.navLink {
color: #C9A865;
color: #c49c5c;
text-decoration: none;
font-size: 28px;
font-weight: 400;
letter-spacing: 0.5px;
transition: all 0.3s ease;
position: relative;
font-family: 'Canva Sans', sans-serif;
}
.navLink:hover {
color: #E8C88E;
color: #c49c5c;
}
.navLink::after {
@ -123,13 +124,14 @@
}
.mobileNavLink {
color: #fff;
color: #c49c5c;
font-size: 1.8rem;
text-decoration: none;
text-transform: uppercase;
opacity: 0;
transform: translateY(-20px);
transition: opacity 0.4s ease, transform 0.4s ease;
font-family: 'Canva Sans', sans-serif;
}
/* Animate when menu open */