diff --git a/_includes/head.html b/_includes/head.html
index b3746e9..c9a9061 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -10,9 +10,6 @@
-
-
-
diff --git a/assets/main.scss b/assets/main.scss
new file mode 100644
index 0000000..52889a5
--- /dev/null
+++ b/assets/main.scss
@@ -0,0 +1,108 @@
+---
+# Only the main Sass file needs front matter (the dashes are enough)
+---
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: normal;
+ src: url('/fonts/OpenSans-Regular.woff') format('woff');
+}
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: normal;
+ src: url('/fonts/OpenSans-Italic.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 300;
+ src: url('/fonts/OpenSans-Light.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: 300;
+ src: url('/fonts/OpenSans-LightItalic.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 600;
+ src: url('/fonts/OpenSans-SemiBold.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: 600;
+ src: url('/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: bold;
+ src: url('/fonts/OpenSans-Bold.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: bold;
+ src: url('/fonts/OpenSans-BoldItalic.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 800;
+ src: url('/fonts/OpenSans-ExtraBold.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: 800;
+ src: url('/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
+}
+
+// ----------------- LORA
+
+@font-face {
+ font-family: 'Lora';
+ src: url('/fonts/lora-bold-webfont.woff2') format('woff2'),
+ url('/fonts/lora-bold-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Lora';
+ src: url('/fonts/lora-bolditalic-webfont.woff2') format('woff2'),
+ url('/fonts/lora-bolditalic-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Lora';
+ src: url('/fonts/lora-italic-webfont.woff2') format('woff2'),
+ url('/fonts/lora-italic-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Lora';
+ src: url('/fonts/lora-regular-webfont.woff2') format('woff2'),
+ url('/fonts/lora-regular-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@import "styles";
\ No newline at end of file
diff --git a/fonts/OpenSans-Bold.woff b/fonts/OpenSans-Bold.woff
new file mode 100644
index 0000000..71ab46d
Binary files /dev/null and b/fonts/OpenSans-Bold.woff differ
diff --git a/fonts/OpenSans-BoldItalic.woff b/fonts/OpenSans-BoldItalic.woff
new file mode 100644
index 0000000..1e23140
Binary files /dev/null and b/fonts/OpenSans-BoldItalic.woff differ
diff --git a/fonts/OpenSans-CondBold.woff b/fonts/OpenSans-CondBold.woff
new file mode 100644
index 0000000..4cc63e8
Binary files /dev/null and b/fonts/OpenSans-CondBold.woff differ
diff --git a/fonts/OpenSans-ExtraBold.woff b/fonts/OpenSans-ExtraBold.woff
new file mode 100644
index 0000000..de36221
Binary files /dev/null and b/fonts/OpenSans-ExtraBold.woff differ
diff --git a/fonts/OpenSans-ExtraBoldItalic.woff b/fonts/OpenSans-ExtraBoldItalic.woff
new file mode 100644
index 0000000..ef8a07f
Binary files /dev/null and b/fonts/OpenSans-ExtraBoldItalic.woff differ
diff --git a/fonts/OpenSans-Italic.woff b/fonts/OpenSans-Italic.woff
new file mode 100644
index 0000000..9494fe8
Binary files /dev/null and b/fonts/OpenSans-Italic.woff differ
diff --git a/fonts/OpenSans-Light-webfont.woff b/fonts/OpenSans-Light-webfont.woff
new file mode 100644
index 0000000..39e5328
Binary files /dev/null and b/fonts/OpenSans-Light-webfont.woff differ
diff --git a/fonts/OpenSans-Light.woff b/fonts/OpenSans-Light.woff
new file mode 100644
index 0000000..4e29182
Binary files /dev/null and b/fonts/OpenSans-Light.woff differ
diff --git a/fonts/OpenSans-LightItalic.woff b/fonts/OpenSans-LightItalic.woff
new file mode 100644
index 0000000..122f2e3
Binary files /dev/null and b/fonts/OpenSans-LightItalic.woff differ
diff --git a/fonts/OpenSans-Regular.woff b/fonts/OpenSans-Regular.woff
new file mode 100644
index 0000000..7f5c089
Binary files /dev/null and b/fonts/OpenSans-Regular.woff differ
diff --git a/fonts/OpenSans-SemiBold.woff b/fonts/OpenSans-SemiBold.woff
new file mode 100644
index 0000000..ec8a7e4
Binary files /dev/null and b/fonts/OpenSans-SemiBold.woff differ
diff --git a/fonts/OpenSans-SemiBoldItalic.woff b/fonts/OpenSans-SemiBoldItalic.woff
new file mode 100644
index 0000000..32fd88e
Binary files /dev/null and b/fonts/OpenSans-SemiBoldItalic.woff differ
diff --git a/fonts/lora-bold-webfont.woff b/fonts/lora-bold-webfont.woff
new file mode 100644
index 0000000..3d4c4e6
Binary files /dev/null and b/fonts/lora-bold-webfont.woff differ
diff --git a/fonts/lora-bold-webfont.woff2 b/fonts/lora-bold-webfont.woff2
new file mode 100644
index 0000000..884d415
Binary files /dev/null and b/fonts/lora-bold-webfont.woff2 differ
diff --git a/fonts/lora-bolditalic-webfont.woff b/fonts/lora-bolditalic-webfont.woff
new file mode 100644
index 0000000..76aa6ec
Binary files /dev/null and b/fonts/lora-bolditalic-webfont.woff differ
diff --git a/fonts/lora-bolditalic-webfont.woff2 b/fonts/lora-bolditalic-webfont.woff2
new file mode 100644
index 0000000..92d7d61
Binary files /dev/null and b/fonts/lora-bolditalic-webfont.woff2 differ
diff --git a/fonts/lora-italic-webfont.woff b/fonts/lora-italic-webfont.woff
new file mode 100644
index 0000000..6b52ef6
Binary files /dev/null and b/fonts/lora-italic-webfont.woff differ
diff --git a/fonts/lora-italic-webfont.woff2 b/fonts/lora-italic-webfont.woff2
new file mode 100644
index 0000000..d473ea6
Binary files /dev/null and b/fonts/lora-italic-webfont.woff2 differ
diff --git a/fonts/lora-regular-webfont.woff b/fonts/lora-regular-webfont.woff
new file mode 100644
index 0000000..94ab4d8
Binary files /dev/null and b/fonts/lora-regular-webfont.woff differ
diff --git a/fonts/lora-regular-webfont.woff2 b/fonts/lora-regular-webfont.woff2
new file mode 100644
index 0000000..ca27ed9
Binary files /dev/null and b/fonts/lora-regular-webfont.woff2 differ