{props.data.allWordpressPost.edges.map(({ node }) => (
diff --git a/src/pages/services.js b/src/pages/services.js
index ec6a88b..996a26c 100644
--- a/src/pages/services.js
+++ b/src/pages/services.js
@@ -45,7 +45,7 @@ const ServicesPage = () => (
/>
-
Emerging Technologies
+
Emerging Technologies
We harness a wide array of emerging technologies, such as AR/VR, AI
technologies, Machine Learning and Blockchain, pushing the
diff --git a/src/styles/general.css b/src/styles/general.css
index 64d4eb3..daabd6b 100644
--- a/src/styles/general.css
+++ b/src/styles/general.css
@@ -8,15 +8,15 @@
}
.bg-saburly-lighter {
- background: rgba(245, 247, 250, 1);
+ background: rgba(235, 235, 234, 0.4);
}
.bg-saburly-light {
background: linear-gradient(
90deg,
- rgba(255, 255, 255, 1) 0%,
- rgba(245, 247, 250, 0.7) 49%,
- rgba(245, 247, 250, 1) 100%
+ rgba(235, 235, 234, 0.4) 0%,
+ rgba(235, 235, 234, 0.4) 49%,
+ rgba(235, 235, 234, 0.4) 100%
);
}
@@ -25,9 +25,9 @@
@media (min-width: 992px) {
background: linear-gradient(
90deg,
- rgba(255, 255, 255, 1) 0%,
- rgba(245, 247, 250, 0.7) 49%,
- rgba(245, 247, 250, 1) 100%
+ rgba(235, 235, 234, 0.4) 0%,
+ rgba(235, 235, 234, 0.4) 49%,
+ rgba(235, 235, 234, 0.4) 100%
);
}
}
@@ -37,8 +37,7 @@
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
- rgba(245, 247, 250, 0.7) 49%,
- rgba(245, 247, 250, 1) 100%
+ rgba(235, 235, 234, 0.4) 100%
);
}
@@ -112,7 +111,7 @@
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
-.border-saburly-header {
+.bg-saburly-light-header {
@media (max-width: 991px) {
box-shadow: 0 4px 2px -2px #000000;
}
diff --git a/src/styles/index.css b/src/styles/index.css
index c363f32..b4fe854 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -2741,7 +2741,11 @@ table {
}
.font-sans {
- font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+}
+
+.font-text {
+ font-family: Roboto Condensed, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.font-serif {
@@ -2753,7 +2757,7 @@ table {
}
.font-body {
- font-family: Open Sans;
+ font-family: roboto-condensed;
}
.font-hairline {
@@ -7871,7 +7875,11 @@ table {
}
.sm\:font-sans {
- font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ }
+
+ .sm\:font-text {
+ font-family: Roboto Condensed, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.sm\:font-serif {
@@ -7883,7 +7891,7 @@ table {
}
.sm\:font-body {
- font-family: Open Sans;
+ font-family: roboto-condensed;
}
.sm\:font-hairline {
@@ -12986,7 +12994,11 @@ table {
}
.md\:font-sans {
- font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ }
+
+ .md\:font-text {
+ font-family: Roboto Condensed, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.md\:font-serif {
@@ -12998,7 +13010,7 @@ table {
}
.md\:font-body {
- font-family: Open Sans;
+ font-family: roboto-condensed;
}
.md\:font-hairline {
@@ -18101,7 +18113,11 @@ table {
}
.lg\:font-sans {
- font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ }
+
+ .lg\:font-text {
+ font-family: Roboto Condensed, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.lg\:font-serif {
@@ -18113,7 +18129,7 @@ table {
}
.lg\:font-body {
- font-family: Open Sans;
+ font-family: roboto-condensed;
}
.lg\:font-hairline {
@@ -23216,7 +23232,11 @@ table {
}
.xl\:font-sans {
- font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ }
+
+ .xl\:font-text {
+ font-family: Roboto Condensed, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.xl\:font-serif {
@@ -23228,7 +23248,7 @@ table {
}
.xl\:font-body {
- font-family: Open Sans;
+ font-family: roboto-condensed;
}
.xl\:font-hairline {
diff --git a/tailwind.config.js b/tailwind.config.js
index 49a560a..75df00e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -45,7 +45,7 @@ View the full documentation at https://tailwindcss.com.
let colors = {
transparent: 'transparent',
- black: '#111111',
+ black: '#2d2d2d',
'black-light': '#333333',
'grey-darkest': '#3d4852',
'grey-darker': '#606f7b',
@@ -191,6 +191,22 @@ module.exports = {
fonts: {
sans: [
+ 'Roboto',
+ 'system-ui',
+ 'BlinkMacSystemFont',
+ '-apple-system',
+ 'Segoe UI',
+ 'Roboto',
+ 'Oxygen',
+ 'Ubuntu',
+ 'Cantarell',
+ 'Fira Sans',
+ 'Droid Sans',
+ 'Helvetica Neue',
+ 'sans-serif',
+ ],
+ text: [
+ 'Roboto Condensed',
'system-ui',
'BlinkMacSystemFont',
'-apple-system',
@@ -224,7 +240,7 @@ module.exports = {
'Courier New',
'monospace',
],
- body: ['Open Sans'],
+ body: ['roboto-condensed'],
},
/*
diff --git a/yarn.lock b/yarn.lock
index 272a3e2..e171872 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -9303,6 +9303,18 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
+typeface-quicksand@^0.0.54:
+ version "0.0.54"
+ resolved "https://registry.yarnpkg.com/typeface-quicksand/-/typeface-quicksand-0.0.54.tgz#d8f60bcfbea663cda97a0e973f24e6c35d76561a"
+
+typeface-roboto-condensed@^0.0.54:
+ version "0.0.54"
+ resolved "https://registry.yarnpkg.com/typeface-roboto-condensed/-/typeface-roboto-condensed-0.0.54.tgz#4e0d5d24ed95e1e2efa7fcf55b8a9ceaa5bd2be7"
+
+typeface-roboto@^0.0.54:
+ version "0.0.54"
+ resolved "https://registry.yarnpkg.com/typeface-roboto/-/typeface-roboto-0.0.54.tgz#8f02c9a18d1cfa7f49381a6ff0d21ff061f38ad2"
+
ua-parser-js@^0.7.18:
version "0.7.18"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.18.tgz#a7bfd92f56edfb117083b69e31d2aa8882d4b1ed"