diff --git a/dist/style.css b/dist/style.css index 6c6b335..574864b 100644 --- a/dist/style.css +++ b/dist/style.css @@ -5,7 +5,6 @@ font-stretch: 75% 125%; font-style: normal; } - :root { --bg-1: #dad4c9; --bg: #eeeeee; @@ -130,7 +129,7 @@ p {margin-bottom: 1rem;} h1, h2, h3, h4, h5 { margin: var(--space-sm) 0 var(--space-xs); - font-family: 'Poppins', sans-serif; + font-family: 'Manrope', sans-serif; font-weight: 400; line-height: 1.3; }