diff --git a/src/fonts/inter-v12-latin-300.woff b/src/fonts/inter-v12-latin-300.woff
new file mode 100644
index 0000000..f3fe81e
Binary files /dev/null and b/src/fonts/inter-v12-latin-300.woff differ
diff --git a/src/fonts/inter-v12-latin-300.woff2 b/src/fonts/inter-v12-latin-300.woff2
new file mode 100644
index 0000000..e085aa8
Binary files /dev/null and b/src/fonts/inter-v12-latin-300.woff2 differ
diff --git a/src/fonts/inter-v12-latin-500.woff b/src/fonts/inter-v12-latin-500.woff
new file mode 100644
index 0000000..19c7bf8
Binary files /dev/null and b/src/fonts/inter-v12-latin-500.woff differ
diff --git a/src/fonts/inter-v12-latin-500.woff2 b/src/fonts/inter-v12-latin-500.woff2
new file mode 100644
index 0000000..6fc94ad
Binary files /dev/null and b/src/fonts/inter-v12-latin-500.woff2 differ
diff --git a/src/fonts/inter-v12-latin-700.woff b/src/fonts/inter-v12-latin-700.woff
new file mode 100644
index 0000000..097e23e
Binary files /dev/null and b/src/fonts/inter-v12-latin-700.woff differ
diff --git a/src/fonts/inter-v12-latin-700.woff2 b/src/fonts/inter-v12-latin-700.woff2
new file mode 100644
index 0000000..8fcc432
Binary files /dev/null and b/src/fonts/inter-v12-latin-700.woff2 differ
diff --git a/src/fonts/inter-v12-latin-regular.woff b/src/fonts/inter-v12-latin-regular.woff
new file mode 100644
index 0000000..1866261
Binary files /dev/null and b/src/fonts/inter-v12-latin-regular.woff differ
diff --git a/src/fonts/inter-v12-latin-regular.woff2 b/src/fonts/inter-v12-latin-regular.woff2
new file mode 100644
index 0000000..c659f5e
Binary files /dev/null and b/src/fonts/inter-v12-latin-regular.woff2 differ
diff --git a/src/index.njk b/src/index.njk
index 6e7b043..c0c0225 100644
--- a/src/index.njk
+++ b/src/index.njk
@@ -5,7 +5,7 @@ layout: layouts/blank.njk
-
+
Welcome to the
11straps
demo website!
diff --git a/src/pricing.njk b/src/pricing.njk
deleted file mode 100644
index 36452b6..0000000
--- a/src/pricing.njk
+++ /dev/null
@@ -1,59 +0,0 @@
----
-layout: layouts/code.njk
-title: Pricing 1
-description: Simple pricing table. Inspired by the vercel.com pricing page
----
-
-
-
-
-
-
-
-
-
- HTTPS-enabled
- Custom Domains
-
-
-
-
-
-
- Continuous Deployment
- with Git
-
-
-
-
-
-
- High-performance
- Edge Network
-
-
-
-
-
-
- Unlimited
- Websites & APIs
-
-
-
-
-
-
- Serverless Functions
- in Node.js, Go, and more
-
-
-
-
diff --git a/src/scss/themes/base/_variables-theme.scss b/src/scss/themes/base/_variables-theme.scss
index b8a5e4c..2f6bebe 100644
--- a/src/scss/themes/base/_variables-theme.scss
+++ b/src/scss/themes/base/_variables-theme.scss
@@ -1,3 +1,4 @@
//This is an example of how you can change BS5 variables. Just add the changed variables here and they will overwrite the defaults.
// We changed the default font and the default $blue color (which is set as $primary as well)
$blue: #1717e5;
+$font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;