diff --git a/src/components/Navbar/Navbar.module.css b/src/components/Navbar/Navbar.module.css index f5687ad..b25d22f 100644 --- a/src/components/Navbar/Navbar.module.css +++ b/src/components/Navbar/Navbar.module.css @@ -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 */