diff --git a/app/core/styles/index.css b/app/core/styles/index.css index 238f4b4..0e013e7 100644 --- a/app/core/styles/index.css +++ b/app/core/styles/index.css @@ -52,6 +52,11 @@ font-display: optional; } +.font-heading { + @apply font-mackinac tracking-tight font-bold; + word-spacing: 0.025em; +} + .divide-y > :first-child { @apply border-t; } diff --git a/app/public-area/components/checkmark.tsx b/app/public-area/components/checkmark.tsx deleted file mode 100644 index b058452..0000000 --- a/app/public-area/components/checkmark.tsx +++ /dev/null @@ -1,11 +0,0 @@ -export default function Checkmark() { - return ( - - ); -} diff --git a/app/public-area/components/cta-form.tsx b/app/public-area/components/cta-form.tsx index 4bb8a44..77dca04 100644 --- a/app/public-area/components/cta-form.tsx +++ b/app/public-area/components/cta-form.tsx @@ -25,13 +25,13 @@ export default function CTAForm() { }); return ( -