diff --git a/src/App.vue b/src/App.vue index b2de361..07f6bbe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -64,7 +64,7 @@ h2 { font-size: 36px; - font-weight: 500; + font-weight: 300; line-height: 50px; text-align: center; padding: 52px 0; @@ -72,14 +72,14 @@ h4 { font-size: 24px; - font-weight: 500; + font-weight: 200; line-height: 70px; text-align: center; padding: 72px 264px; } p { - font-weight: 500; + font-weight: 200; font-size: 20px; line-height: 40px; text-align: justify; diff --git a/src/assets/images/Packaging_new.png b/src/assets/images/Packaging_new.png new file mode 100644 index 0000000..0780669 Binary files /dev/null and b/src/assets/images/Packaging_new.png differ diff --git a/src/assets/images/kids-coffee.jpg b/src/assets/images/kids-coffee.jpg new file mode 100644 index 0000000..7cd4bca Binary files /dev/null and b/src/assets/images/kids-coffee.jpg differ diff --git a/src/assets/images/proyect-soc-new.jpg b/src/assets/images/proyect-soc-new.jpg new file mode 100644 index 0000000..923c97b Binary files /dev/null and b/src/assets/images/proyect-soc-new.jpg differ diff --git a/src/components/CoffeeFarmer.vue b/src/components/CoffeeFarmer.vue index 95a72f4..2604cdc 100644 --- a/src/components/CoffeeFarmer.vue +++ b/src/components/CoffeeFarmer.vue @@ -22,7 +22,7 @@ export default { } h3.header { - font-weight: 600; + font-weight: 300; font-size: 36px; line-height: 58px; padding: 175px 230px 0; diff --git a/src/components/Different.vue b/src/components/Different.vue index 3043829..94e5aea 100644 --- a/src/components/Different.vue +++ b/src/components/Different.vue @@ -34,7 +34,7 @@ import DifferentBox from './DifferentBox.vue'; font-size: 20px; line-height: 34px; text-align: center; - font-weight: 400; + font-weight: 200; margin-bottom: 50px; } .boxes { diff --git a/src/components/DifferentBox.vue b/src/components/DifferentBox.vue index 238c2ab..02ee600 100644 --- a/src/components/DifferentBox.vue +++ b/src/components/DifferentBox.vue @@ -36,8 +36,8 @@ export default { .description { margin-top: 12px; - font-style: 400; - font-weight: 400; + font-style: 300; + font-weight: 200; font-size: 20px; line-height: 24px; color: #1E1E1E; diff --git a/src/components/Employee.vue b/src/components/Employee.vue index a657ea6..9d8786e 100644 --- a/src/components/Employee.vue +++ b/src/components/Employee.vue @@ -23,7 +23,7 @@ export default { .name { margin: 36px 0 0; - font-weight: 700; + font-weight: 300; font-size: 24px; line-height: 28px; padding: 0; @@ -31,7 +31,7 @@ export default { .role { margin: 28px 0 0; - font-weight: 500; + font-weight: 200; font-size: 16px; line-height: 23.44px; padding: 0; diff --git a/src/components/OriginBox.vue b/src/components/OriginBox.vue index c7b046e..bbd0427 100644 --- a/src/components/OriginBox.vue +++ b/src/components/OriginBox.vue @@ -36,7 +36,7 @@ export default { .description { font-style: normal; - font-weight: 400; + font-weight: 300; font-size: 16px; line-height: 21px; color: #1E1E1E; diff --git a/src/components/ProductFlipCard.vue b/src/components/ProductFlipCard.vue index 98690ed..7261080 100644 --- a/src/components/ProductFlipCard.vue +++ b/src/components/ProductFlipCard.vue @@ -115,7 +115,7 @@ export default {