diff --git a/assets/css/fonts.css b/assets/css/fonts.css
index d08a7ab..9ba8a6e 100644
--- a/assets/css/fonts.css
+++ b/assets/css/fonts.css
@@ -71,3 +71,105 @@
font-weight: bold;
font-style: italic;
}
+
+/***************/
+/* SPECTRAL SC */
+/***************/
+
+@@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf') format('truetype');
+ font-weight: 300;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf') format('truetype');
+ font-weight: 300;
+ font-style: italic;
+}
+
+font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Light.ttf') format('truetype');
+ font-weight: 300;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf') format('truetype');
+ font-weight: 300;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf') format('truetype');
+ font-weight: normal;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Medium.ttf') format('truetype');
+ font-weight: 500;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf') format('truetype');
+ font-weight: 500;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf') format('truetype');
+ font-weight: 600;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf') format('truetype');
+ font-weight: 600;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Bold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf') format('truetype');
+ font-weight: bold;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf') format('truetype');
+ font-weight: 900;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Spectral SC';
+ src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf') format('truetype');
+ font-weight: 900;
+ font-style: italic;
+}
diff --git a/assets/fonts/.DS_Store b/assets/fonts/.DS_Store
deleted file mode 100644
index a8e761d..0000000
Binary files a/assets/fonts/.DS_Store and /dev/null differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-Bold.ttf b/assets/fonts/SpectralSC/SpectralSC-Bold.ttf
new file mode 100644
index 0000000..b0c0379
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-Bold.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf
new file mode 100644
index 0000000..994ae65
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf b/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf
new file mode 100644
index 0000000..ad69a85
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf
new file mode 100644
index 0000000..2d19325
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf b/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf
new file mode 100644
index 0000000..f23017d
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf
new file mode 100644
index 0000000..2c666ed
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-Light.ttf b/assets/fonts/SpectralSC/SpectralSC-Light.ttf
new file mode 100644
index 0000000..466bbf2
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-Light.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf
new file mode 100644
index 0000000..a398eec
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-Medium.ttf b/assets/fonts/SpectralSC/SpectralSC-Medium.ttf
new file mode 100644
index 0000000..794e63a
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-Medium.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf
new file mode 100644
index 0000000..d7bf1cd
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-Regular.ttf b/assets/fonts/SpectralSC/SpectralSC-Regular.ttf
new file mode 100644
index 0000000..89de05d
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-Regular.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf
new file mode 100644
index 0000000..77c6cc7
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf b/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf
new file mode 100644
index 0000000..20155d6
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf differ
diff --git a/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf b/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf
new file mode 100644
index 0000000..87e9546
Binary files /dev/null and b/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf differ
diff --git a/includes/head-content.html b/includes/head-content.html
index 2277073..beea98d 100644
--- a/includes/head-content.html
+++ b/includes/head-content.html
@@ -1,6 +1,5 @@
-