diff --git a/components/Footer/Footer.module.scss b/components/Footer/Footer.module.scss index 707aca5..ddbc612 100644 --- a/components/Footer/Footer.module.scss +++ b/components/Footer/Footer.module.scss @@ -1,10 +1,13 @@ @import "../constants"; .footer { - background-color: #343a40; + background-color: var(--cs-brutalist-purple); padding: 8rem 0 2rem; display: flex; justify-content: center; + color: var(--cs-brutalist-creme); + font-family: "Conduit ITC W04 Regular", 'system-ui'; + font-size: 140%; > div { padding: 0 1rem; diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 45152dd..adf6ce5 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -15,7 +15,7 @@ const Footer: FC = () => {