diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx
index 6066176..be47f21 100644
--- a/src/app/delivery/page.tsx
+++ b/src/app/delivery/page.tsx
@@ -35,9 +35,9 @@ import {
InformationField,
Label,
Input,
- Heading4Bold,
ForceColumnDiv,
} from './styles';
+import { Heading1Bold } from '../../styles/fonts';
export default function App() {
const [numberOfItems, setNumberOfItems] = useState(0);
@@ -70,9 +70,9 @@ export default function App() {
-
- Delivery
-
+
+ Shipping
+
diff --git a/src/app/delivery/styles.ts b/src/app/delivery/styles.ts
index 788e113..78276fd 100644
--- a/src/app/delivery/styles.ts
+++ b/src/app/delivery/styles.ts
@@ -156,7 +156,7 @@ export const InformationField = styled.div`
`;
export const Label = styled.div`
- color: var(--Black, #101010);
+ color: ${COLORS.black};
font-family: 'Public Sans';
font-size: 25px;
font-style: normal;
@@ -171,7 +171,7 @@ export const Input = styled.div`
border-radius: 4px;
padding-left: 20px;
font-size: 20px;
- color: var(--Black, #101010);
+ color: ${COLORS.black};
/* Body 1 - Text */
font-family: 'Public Sans';
@@ -181,14 +181,6 @@ export const Input = styled.div`
line-height: normal;
`;
-export const Heading4Bold = styled.p`
- font-family: 'Public Sans', sans-serif;
- font-size: 25px;
- font-style: normal;
- font-weight: 700;
- line-height: normal;
-`;
-
export const ForceColumnDiv = styled.div`
display: flex;
flex-flow: column;
diff --git a/src/app/pickup/page.tsx b/src/app/pickup/page.tsx
index 2a5f2ae..0134346 100644
--- a/src/app/pickup/page.tsx
+++ b/src/app/pickup/page.tsx
@@ -130,7 +130,7 @@ export default function PickUp() {
Time Slot
-