diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
new file mode 100644
index 000000000..bdb170b90
--- /dev/null
+++ b/docs/_static/css/custom.css
@@ -0,0 +1,25 @@
+@font-face {
+ font-family: 'Hanken Grotesk';
+ src: url('../fonts/HankenGrotesk-Regular.woff2') format('woff2'),
+ url('../fonts/HankenGrotesk-Regular.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
+}
+
+@font-face {
+ font-family: 'Plus Jakarta Sans';
+ src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
+ url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
+}
+
+h1 {
+ color: var(--color-brand-content);
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Plus Jakarta Sans";
+}
diff --git a/docs/_static/fonts/HankenGrotesk-Regular.woff b/docs/_static/fonts/HankenGrotesk-Regular.woff
new file mode 100644
index 000000000..3c37d1086
Binary files /dev/null and b/docs/_static/fonts/HankenGrotesk-Regular.woff differ
diff --git a/docs/_static/fonts/HankenGrotesk-Regular.woff2 b/docs/_static/fonts/HankenGrotesk-Regular.woff2
new file mode 100644
index 000000000..b590f738b
Binary files /dev/null and b/docs/_static/fonts/HankenGrotesk-Regular.woff2 differ
diff --git a/docs/_static/fonts/PlusJakartaSans-Regular.woff b/docs/_static/fonts/PlusJakartaSans-Regular.woff
new file mode 100644
index 000000000..fe04e8de5
Binary files /dev/null and b/docs/_static/fonts/PlusJakartaSans-Regular.woff differ
diff --git a/docs/_static/fonts/PlusJakartaSans-Regular.woff2 b/docs/_static/fonts/PlusJakartaSans-Regular.woff2
new file mode 100644
index 000000000..c4d6797c8
Binary files /dev/null and b/docs/_static/fonts/PlusJakartaSans-Regular.woff2 differ
diff --git a/docs/_static/img/favicon.png b/docs/_static/img/favicon.png
new file mode 100644
index 000000000..4a111130a
Binary files /dev/null and b/docs/_static/img/favicon.png differ
diff --git a/docs/_static/img/melty-apple-touch-icon.png b/docs/_static/img/melty-apple-touch-icon.png
deleted file mode 100644
index 7b64991cb..000000000
Binary files a/docs/_static/img/melty-apple-touch-icon.png and /dev/null differ
diff --git a/docs/_static/img/melty-favicon-16x16.png b/docs/_static/img/melty-favicon-16x16.png
deleted file mode 100644
index d726fe28c..000000000
Binary files a/docs/_static/img/melty-favicon-16x16.png and /dev/null differ
diff --git a/docs/_static/img/melty-favicon-32x32.png b/docs/_static/img/melty-favicon-32x32.png
deleted file mode 100644
index a480a5798..000000000
Binary files a/docs/_static/img/melty-favicon-32x32.png and /dev/null differ
diff --git a/docs/_templates/base.html b/docs/_templates/base.html
index e00171465..27af40b1f 100644
--- a/docs/_templates/base.html
+++ b/docs/_templates/base.html
@@ -1,9 +1,9 @@
{% extends '!base.html' %}
{% block extrahead %}
-
-
-
+
+
+