diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..0d3101985528b4addaac4973fd839577bf19c514
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.sass-cache/
diff --git a/fonts/ClearSans-Bold-webfont.eot b/fonts/ClearSans-Bold-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..3678ef2a44a124fea90895bfa491093a3f2a11fc
Binary files /dev/null and b/fonts/ClearSans-Bold-webfont.eot differ
diff --git a/fonts/ClearSans-Bold-webfont.svg b/fonts/ClearSans-Bold-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..aa985aebfd05b42b42b5d42b40cdb197cef55c1e
--- /dev/null
+++ b/fonts/ClearSans-Bold-webfont.svg
@@ -0,0 +1,640 @@
+
+
+
\ No newline at end of file
diff --git a/fonts/ClearSans-Bold-webfont.woff b/fonts/ClearSans-Bold-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..184a945da400fdcae4bc6445ede163079087d18a
Binary files /dev/null and b/fonts/ClearSans-Bold-webfont.woff differ
diff --git a/fonts/ClearSans-Light-webfont.eot b/fonts/ClearSans-Light-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..0dc609d1385c6faaaf064dd43a8cc7211404de9b
Binary files /dev/null and b/fonts/ClearSans-Light-webfont.eot differ
diff --git a/fonts/ClearSans-Light-webfont.svg b/fonts/ClearSans-Light-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..1d5d2ecebbff2e50a1f18f79ea72aadab4aa3eac
--- /dev/null
+++ b/fonts/ClearSans-Light-webfont.svg
@@ -0,0 +1,670 @@
+
+
+
\ No newline at end of file
diff --git a/fonts/ClearSans-Light-webfont.woff b/fonts/ClearSans-Light-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..44555e04e957649116504d8169f37e8c0936c92a
Binary files /dev/null and b/fonts/ClearSans-Light-webfont.woff differ
diff --git a/fonts/ClearSans-Regular-webfont.eot b/fonts/ClearSans-Regular-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..b020e058cb0068e68d64444e48ff330fe8ac0410
Binary files /dev/null and b/fonts/ClearSans-Regular-webfont.eot differ
diff --git a/fonts/ClearSans-Regular-webfont.svg b/fonts/ClearSans-Regular-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..1e2cffdc2fab3eea43e67a4cf135881e1a67a782
--- /dev/null
+++ b/fonts/ClearSans-Regular-webfont.svg
@@ -0,0 +1,669 @@
+
+
+
\ No newline at end of file
diff --git a/fonts/ClearSans-Regular-webfont.woff b/fonts/ClearSans-Regular-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..9d58858d809454e026cdebc3e766154ee8727582
Binary files /dev/null and b/fonts/ClearSans-Regular-webfont.woff differ
diff --git a/fonts/clear-sans.css b/fonts/clear-sans.css
new file mode 100755
index 0000000000000000000000000000000000000000..255eec1eb8ad7342b6c85146b58105afb76e261f
--- /dev/null
+++ b/fonts/clear-sans.css
@@ -0,0 +1,30 @@
+@font-face {
+ font-family: "Clear Sans";
+ src: url("ClearSans-Light-webfont.eot");
+ src: url("ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
+ url("ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"),
+ url("ClearSans-Light-webfont.woff") format("woff");
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "Clear Sans";
+ src: url("ClearSans-Regular-webfont.eot");
+ src: url("ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
+ url("ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"),
+ url("ClearSans-Regular-webfont.woff") format("woff");
+ font-weight: 300;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "Clear Sans";
+ src: url("ClearSans-Bold-webfont.eot");
+ src: url("ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
+ url("ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"),
+ url("ClearSans-Bold-webfont.woff") format("woff");
+ font-weight: 700;
+ font-style: normal;
+}
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..1731d836a667e60fe2f9d313c314b69f4f3e498a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,43 @@
+
+
+
+
+ 2048
+
+
+
+
+
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..81cd5fa7b968195fc64594e2e8a1bd13df2c90e9
--- /dev/null
+++ b/style.css
@@ -0,0 +1,15 @@
+@import url(fonts/clear-sans.css);
+html, body {
+ margin: 0;
+ padding: 0;
+ background: #faf8ef;
+ color: #776E65;
+ font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; }
+
+h1 {
+ font-size: 80px;
+ font-weight: bold; }
+
+.container {
+ width: 600px;
+ margin: 0 auto; }
diff --git a/style.scss b/style.scss
new file mode 100644
index 0000000000000000000000000000000000000000..1def291d90a517ed91921b6504d2c929fbef4e08
--- /dev/null
+++ b/style.scss
@@ -0,0 +1,20 @@
+@import "fonts/clear-sans.css";
+
+html, body {
+ margin: 0;
+ padding: 0;
+
+ background: #faf8ef;
+ color: #776E65;
+ font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
+}
+
+h1 {
+ font-size: 80px;
+ font-weight: bold;
+}
+
+.container {
+ width: 600px;
+ margin: 0 auto;
+}