diff --git a/public/fonts/PostGrotesk-Book.eot b/public/fonts/PostGrotesk-Book.eot
new file mode 100644
index 0000000..06846d3
Binary files /dev/null and b/public/fonts/PostGrotesk-Book.eot differ
diff --git a/public/fonts/PostGrotesk-Book.svg b/public/fonts/PostGrotesk-Book.svg
new file mode 100644
index 0000000..dd80f2c
--- /dev/null
+++ b/public/fonts/PostGrotesk-Book.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/public/fonts/PostGrotesk-Book.woff b/public/fonts/PostGrotesk-Book.woff
new file mode 100644
index 0000000..47b48d0
Binary files /dev/null and b/public/fonts/PostGrotesk-Book.woff differ
diff --git a/public/fonts/PostGrotesk-Medium.eot b/public/fonts/PostGrotesk-Medium.eot
new file mode 100644
index 0000000..e0171ff
Binary files /dev/null and b/public/fonts/PostGrotesk-Medium.eot differ
diff --git a/public/fonts/PostGrotesk-Medium.svg b/public/fonts/PostGrotesk-Medium.svg
new file mode 100644
index 0000000..2e26fe7
--- /dev/null
+++ b/public/fonts/PostGrotesk-Medium.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/public/fonts/PostGrotesk-Medium.woff b/public/fonts/PostGrotesk-Medium.woff
new file mode 100644
index 0000000..933c51b
Binary files /dev/null and b/public/fonts/PostGrotesk-Medium.woff differ
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index fd117d3..009e83b 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -1,10 +1,29 @@
+@font-face {
+ font-family: PostGrotesk-Medium;
+ src: url(../fonts/PostGrotesk-Medium.eot);
+ src: url(../fonts/PostGrotesk-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/PostGrotesk-Medium.woff) format("woff"), url(../fonts/PostGrotesk-Medium.svg#PostGrotesk-Medium) format("svg");
+ font-weight: 400;
+ font-style: normal; }
+
+@font-face {
+ font-family: PostGrotesk-Book;
+ src: url(../fonts/PostGrotesk-Book.eot);
+ src: url(../fonts/PostGrotesk-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/PostGrotesk-Book.woff) format("woff"), url(../fonts/PostGrotesk-Book.svg#PostGrotesk-Book) format("svg");
+ font-weight: 400;
+ font-style: normal;
+}
+
* {
box-sizing: border-box;
}
+html {
+}
+
body {
background-color: white;
- font: 14px "Verdana", Helvetica, Arial, sans-serif;
+ font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
+ font-size: 14px;
margin: 0;
padding: 0;
}