diff --git a/styles/index.css b/styles/index.css index 2215ed1..f564248 100644 --- a/styles/index.css +++ b/styles/index.css @@ -17,5 +17,5 @@ body { margin: 0; font-family: "Work Sans", sans-serif; - font-weight: 200; + font-weight: 250; } diff --git a/styles/services.css b/styles/services.css index c174f4e..4baf097 100644 --- a/styles/services.css +++ b/styles/services.css @@ -8,7 +8,7 @@ .services__heading { font-size: 3.3rem; - font-weight: 300; + font-weight: 350; margin-bottom: 1rem; } @@ -23,8 +23,8 @@ width: 15rem; } .services__offers__card__heading { + font-weight: 350; font-size: 2rem; - font-weight: 250; } .services__offers__card__description { @@ -32,7 +32,7 @@ } .services__offers_card__button { - font-weight: 300; + font-weight: 350; background: black; border: 0px; color: white;