|
|
@@ -4,6 +4,12 @@
|
|
|
/*
|
|
|
TURQUOISE: #1EAEDB
|
|
|
*/
|
|
|
+@font-face {
|
|
|
+ font-family: calibreRegular;
|
|
|
+ src: url('../fonts/CalibreWeb-Regular.woff2') format("woff2");
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: ralewayRegular;
|
|
|
@@ -42,8 +48,14 @@ body {
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
font-family: ralewayRegular;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
+p {
|
|
|
+ font-family: "Calibre", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
|
+ font-weight: 300;
|
|
|
+ font-size: 1.5rem;
|
|
|
+}
|
|
|
section {
|
|
|
transition: ease 1s display;
|
|
|
}
|