diff --git a/public/style.css b/public/style.css index bcd0569..15767fc 100755 --- a/public/style.css +++ b/public/style.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap'); + :root { /* PRIMARY BRAND COLORS */ --color-primary: #c12675; /* Main brand color - primary buttons, links, highlights */ @@ -76,8 +78,11 @@ --color-bg-accent: #fdf2f8; /* Very subtle pink background for special sections */ } +* { + font-family: Cabin, Arial, sans-serif; +} + body { - font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center;