diff --git a/styles/index.css b/styles/index.css index 9068a8f..2215ed1 100644 --- a/styles/index.css +++ b/styles/index.css @@ -17,4 +17,5 @@ body { margin: 0; font-family: "Work Sans", sans-serif; + font-weight: 200; } diff --git a/styles/services.css b/styles/services.css index 0490c4b..c174f4e 100644 --- a/styles/services.css +++ b/styles/services.css @@ -8,7 +8,7 @@ .services__heading { font-size: 3.3rem; - font-weight: bold; + font-weight: 300; margin-bottom: 1rem; } @@ -24,6 +24,7 @@ } .services__offers__card__heading { font-size: 2rem; + font-weight: 250; } .services__offers__card__description { @@ -31,6 +32,7 @@ } .services__offers_card__button { + font-weight: 300; background: black; border: 0px; color: white; diff --git a/styles/welcome.css b/styles/welcome.css index 968d1ed..f740369 100644 --- a/styles/welcome.css +++ b/styles/welcome.css @@ -12,12 +12,14 @@ .welcome__text-area__heading { font-size: 5rem; + font-weight: 400; margin: 1rem; text-align: center; } .welcome__text-area__subheading { font-size: 2rem; + font-weight: 300; text-align: center; margin-top: 0; margin-bottom: 2em; @@ -25,7 +27,7 @@ .welcome__text-area__description { font-size: 1.5rem; - /* font-weight: 350; */ /* Can't try out, I don't have multiple weights installed. */ + font-weight: 200; text-align: center; margin-left: 12vw; margin-right: 12vw;